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