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