public class WxMaInternetServiceImpl extends Object implements WxMaInternetService
public WxMaInternetResponse getUserEncryptKey() throws WxErrorException
WxMaInternetService获取用户encryptKey。 会获取用户最近3次的key,每个key的存活时间为3600s。 文档地址:https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/internet/internet.getUserEncryptKey.html 接口地址:POST https://api.weixin.qq.com/wxa/business/getuserencryptkey?access_token=ACCESS_TOKEN&openid=OPENID&signature=SIGNATURE&sig_method=hmac_sha256
getUserEncryptKey 在接口中 WxMaInternetServiceWxMaInternetResponseWxErrorExceptionCopyright © 2021. All rights reserved.