org.frameworkset.wx.common.WXConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pdp-wx Show documentation
Show all versions of pdp-wx Show documentation
bboss public development platform base on bboss.
/**
*
*/
package org.frameworkset.wx.common;
/**
* @author suwei
* @date 2016年10月16日
*
*/
public class WXConstant {
/**
*
*/
public static String AUTHOIZATION_CODE = "authorization_code";
}