com.foxinmy.weixin4j.mp.type
Class URLConsts

java.lang.Object
  extended by com.foxinmy.weixin4j.mp.type.URLConsts

public final class URLConsts
extends Object

URL常量类

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:

Field Summary
static String ASSESS_TOKEN_URL
          公众平台获取token的url
static String BASE_URL
           
static String COMPONENET_PRE_CODE_URL
          开放平台获取预授权码的url
static String COMPONENT_OAUTH_URL
          开放平台oauth授权的url
static String COMPONENT_TOKEN_URL
          开放平台获取token的url
static String JS_TICKET_URL
          公众平台jssdk获取token的url
static String TOKEN_COMPONENT_URL
          开放平台获取公众号access_token的url
 
Constructor Summary
URLConsts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

URLConsts

public URLConsts()


Copyright © 2014–2017. All rights reserved.