限定符和类型 | 常量字段 | 值 |
---|---|---|
public static final String |
API_AUTHORIZER_TOKEN_URL |
"https://api.weixin.qq.com/cgi-bin/component/api_authorizer_token" |
public static final String |
API_COMPONENT_TOKEN_URL |
"https://api.weixin.qq.com/cgi-bin/component/api_component_token" |
public static final String |
API_CREATE_PREAUTHCODE_URL |
"https://api.weixin.qq.com/cgi-bin/component/api_create_preauthcode" |
public static final String |
API_GET_AUTHORIZER_INFO_URL |
"https://api.weixin.qq.com/cgi-bin/component/api_get_authorizer_info" |
public static final String |
API_GET_AUTHORIZER_OPTION_URL |
"https://api.weixin.qq.com/cgi-bin/component/api_get_authorizer_option" |
public static final String |
API_QUERY_AUTH_URL |
"https://api.weixin.qq.com/cgi-bin/component/api_query_auth" |
public static final String |
API_SET_AUTHORIZER_OPTION_URL |
"https://api.weixin.qq.com/cgi-bin/component/api_set_authorizer_option" |
public static final String |
COMPONENT_LOGIN_PAGE_URL |
"https://mp.weixin.qq.com/cgi-bin/componentloginpage?component_appid=%s&pre_auth_code=%s&redirect_uri=%s" |
public static final String |
CONNECT_OAUTH2_AUTHORIZE_URL |
"https://open.weixin.qq.com/connect/oauth2/authorize?appid=%s&redirect_uri=%s&response_type=code&scope=%s&state=%s&component_appid=%s#wechat_redirect" |
public static final String |
OAUTH2_ACCESS_TOKEN_URL |
"https://api.weixin.qq.com/sns/oauth2/component/access_token?appid=%s&code=%s&grant_type=authorization_code&component_appid=%s" |
public static final String |
OAUTH2_REFRESH_TOKEN_URL |
"https://api.weixin.qq.com/sns/oauth2/component/refresh_token?appid=%s&grant_type=refresh_token&refresh_token=%s&component_appid==%s" |
Copyright © 2017. All rights reserved.