12345678910111213141516171819202122232425262728293031323334 |
- package api
-
-
- const BindComponentByPC = "https://mp.weixin.qq.com/cgi-bin/componentloginpage"
-
-
- const BindComponentByH5 = "https://mp.weixin.qq.com/safe/bindcomponent"
-
-
- const StartPushTicket = "https://api.weixin.qq.com/cgi-bin/component/api_start_push_ticket"
-
-
- const ComponentToken = "https://api.weixin.qq.com/cgi-bin/component/api_component_token"
-
-
- const CreatePreAuthCode = "https://api.weixin.qq.com/cgi-bin/component/api_create_preauthcode"
-
-
- const QueryAuth = "https://api.weixin.qq.com/cgi-bin/component/api_query_auth"
-
-
- const AuthorizerToken = "https://api.weixin.qq.com/cgi-bin/component/api_authorizer_token"
-
-
- const GetAuthorizerInfo = "https://api.weixin.qq.com/cgi-bin/component/api_get_authorizer_info"
-
-
- const GetAuthorizerList = "https://api.weixin.qq.com/cgi-bin/component/api_get_authorizer_list"
-
-
- const GetAuthorizerOption = "https://api.weixin.qq.com/cgi-bin/component/api_get_authorizer_option"
-
-
- const SetAuthorizerOption = "https://api.weixin.qq.com/cgi-bin/component/api_set_authorizer_option"
|