Documentation ¶
Index ¶
- func WxmpAuth(appId, appSecret, code string) (string, string, error)
- func WxmpDecryptMobileInfo(appId, encryptedData, iv string) (*typwx.WxmpMobileInfo, error)
- func WxmpDecryptUserInfo(appId, encryptedData, iv string) (*typwx.WxmpUserInfo, error)
- func WxoaGetSignature(appId, appSecret, url string) (*typwx.WxoaSignature, error)
- func WxqrGetWxId(appId, appSecret, code string) (string, string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WxmpDecryptMobileInfo ¶
func WxmpDecryptMobileInfo(appId, encryptedData, iv string) (*typwx.WxmpMobileInfo, error)
WxmpDecryptMobileInfo 微信小程序解密手机信息
func WxmpDecryptUserInfo ¶
func WxmpDecryptUserInfo(appId, encryptedData, iv string) (*typwx.WxmpUserInfo, error)
WxmpDecryptUserInfo 微信小程序解密用户信息
func WxoaGetSignature ¶
func WxoaGetSignature(appId, appSecret, url string) (*typwx.WxoaSignature, error)
WxoaGetSignature 微信公众号获取签名
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.