public class WeixinMPlatformAccount extends WeixinAccount
Description:
| 构造器和说明 |
|---|
WeixinMPlatformAccount(String appId,
String appSecret,
List<WeixinAccount> components) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<WeixinAccount> |
getComponents() |
String |
toString() |
getId, getSecretpublic WeixinMPlatformAccount(String appId, String appSecret, List<WeixinAccount> components)
appId - 应用ID 使用普通接口(WeixinProxy对象)必须填写appSecret - 应用密钥 使用普通接口(WeixinProxy对象)必须填写components - 应用组件集合 使用套件接口(WeixinComponentProxy#ComponentApi)必须填写public List<WeixinAccount> getComponents()
public String toString()
toString 在类中 WeixinAccountCopyright © 2020. All rights reserved.