Constant Field Values

Contents

com.foxinmy.*

  • com.foxinmy.weixin4j.mp.type.URLConsts 
    Modifier and Type Constant Field Value
    public static final String ASSESS_TOKEN_URL "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=%s&secret=%s"
    public static final String BASE_URL "https://api.weixin.qq.com/cgi-bin"
    public static final String COMPONENET_PRE_CODE_URL "https://api.weixin.qq.com/cgi-bin/component/api_create_preauthcode?component_access_token=%s"
    public static final String COMPONENT_OAUTH_URL "https://mp.weixin.qq.com/cgi-bin/componentloginpage?component_appid=%s&pre_auth_code=%s&redirect_uri=%s"
    public static final String COMPONENT_TOKEN_URL "https://api.weixin.qq.com/cgi-bin/component/api_component_token"
    public static final String JS_TICKET_URL "https://api.weixin.qq.com/cgi-bin/ticket/getticket?access_token=%s&type=%s"
    public static final String TOKEN_COMPONENT_URL "https://api.weixin.qq.com/cgi-bin/component/api_authorizer_token?component_access_token=%s"