Method | Description | |
---|---|---|
GetComponentAccessToken ( string componentAppId, string componentAppSecret, string componentVerifyTicket, int timeOut = Config.TIME_OUT ) : |
获取第三方平台access_token
|
|
GetJsApiTicket ( string authorizerAccessToken, string type = "jsapi" ) : |
文档:https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1421823488 &token=&lang=zh_CN 获取调用微信JS接口的临时票据 OPEN
|
|
GetPreAuthCode ( string componentAppId, string componentAccessToken, int timeOut = Config.TIME_OUT ) : |
获取预授权码
|
public static GetComponentAccessToken ( string componentAppId, string componentAppSecret, string componentVerifyTicket, int timeOut = Config.TIME_OUT ) : |
||
componentAppId | string | 第三方平台appid |
componentAppSecret | string | 第三方平台appsecret |
componentVerifyTicket | string | 微信后台推送的ticket,此ticket会定时推送,具体请见本页末尾的推送说明 |
timeOut | int | |
return |
public static GetJsApiTicket ( string authorizerAccessToken, string type = "jsapi" ) : |
||
authorizerAccessToken | string | authorizer_access_token |
type | string | |
return |
public static GetPreAuthCode ( string componentAppId, string componentAccessToken, int timeOut = Config.TIME_OUT ) : |
||
componentAppId | string | 第三方平台方appid |
componentAccessToken | string | |
timeOut | int | |
return |