public class WxMnpInternetApi extends WxBaseHttpApi
| 构造器和说明 |
|---|
WxMnpInternetApi() |
| 限定符和类型 | 方法和说明 |
|---|---|
static WxMnpInternetApi |
getInstance() |
List<WxMnpUserEncryptKey> |
getUserEncryptKey(String accessToken,
String openid,
String signature,
String sigMethod)
internet.getUserEncryptKey
获取用户encryptKey。
|
get, getInputStream, post, post, postInputStream, upload, uploadpublic static WxMnpInternetApi getInstance()
public List<WxMnpUserEncryptKey> getUserEncryptKey(String accessToken, String openid, String signature, String sigMethod)
accessToken - openid - 用户的openidsignature - 用 sessionkey 对空字符串签名得到的结果sigMethod - 签名方法,只支持 hmac_sha256Copyright © 2022. All rights reserved.