@ConfigurationProperties(prefix="wechat.pay") public class WeChatPayProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WeChatPayProperties.WeChatMp
微信支付的属性配置
|
| Constructor and Description |
|---|
WeChatPayProperties() |
| Modifier and Type | Method and Description |
|---|---|
WeChatPayProperties.WeChatMp |
getByAppId(String appId)
获取微信支付的属性配置,根据 appId
|
WeChatPayProperties.WeChatMp |
getByCustomAppId(String customAppId)
获取微信支付的属性配置,根据 customAppId
|
WeChatPayProperties.WeChatMp |
getByOriginalId(String originalId)
获取微信支付的属性配置,根据 originalId
|
String |
toString() |
public WeChatPayProperties.WeChatMp getByCustomAppId(String customAppId)
customAppId - 用户自定义AppIDpublic WeChatPayProperties.WeChatMp getByOriginalId(String originalId)
originalId - 原始ID(originalID)public WeChatPayProperties.WeChatMp getByAppId(String appId)
appId - 开发者ID(AppID)Copyright © 2018–2019. All rights reserved.