Package com.foxinmy.weixin4j.mp.type
Class URLConsts
- java.lang.Object
-
- com.foxinmy.weixin4j.mp.type.URLConsts
-
public final class URLConsts extends Object
URL常量类- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
-
-
Field Summary
Fields Modifier and Type Field Description static String
ASSESS_TOKEN_URL
公众平台获取token的urlstatic String
BASE_URL
static String
COMPONENET_PRE_CODE_URL
开放平台获取预授权码的urlstatic String
COMPONENT_OAUTH_URL
开放平台oauth授权的urlstatic String
COMPONENT_TOKEN_URL
开放平台获取token的urlstatic String
JS_TICKET_URL
公众平台jssdk获取token的urlstatic String
TOKEN_COMPONENT_URL
开放平台获取公众号access_token的url
-
Constructor Summary
Constructors Constructor Description URLConsts()
-
-
-
Field Detail
-
BASE_URL
public static final String BASE_URL
- See Also:
- Constant Field Values
-
ASSESS_TOKEN_URL
public static final String ASSESS_TOKEN_URL
公众平台获取token的url- See Also:
- Constant Field Values
-
JS_TICKET_URL
public static final String JS_TICKET_URL
公众平台jssdk获取token的url- See Also:
- Constant Field Values
-
COMPONENT_TOKEN_URL
public static final String COMPONENT_TOKEN_URL
开放平台获取token的url- See Also:
- Constant Field Values
-
COMPONENET_PRE_CODE_URL
public static final String COMPONENET_PRE_CODE_URL
开放平台获取预授权码的url- See Also:
- Constant Field Values
-
TOKEN_COMPONENT_URL
public static final String TOKEN_COMPONENT_URL
开放平台获取公众号access_token的url- See Also:
- Constant Field Values
-
COMPONENT_OAUTH_URL
public static final String COMPONENT_OAUTH_URL
开放平台oauth授权的url- See Also:
- Constant Field Values
-
-