
- 删除了 oauth.wx.miniapp 和 oauth.wx.pub 配置中的 open 字段 - 移除了 WxMiniAppConstant 和 WxPubConstant 类中的 open 字段相关代码 添加了一些属性标识
34 lines
988 B
JSON
34 lines
988 B
JSON
{
|
|
"properties": [
|
|
{
|
|
"name": "oauth.wx.miniapp.app-id",
|
|
"type": "java.lang.String",
|
|
"description": "微信小程序appid"
|
|
},
|
|
{
|
|
"name": "oauth.wx.miniapp.app-secret",
|
|
"type": "java.lang.String",
|
|
"description": "微信小程序appSecret"
|
|
},
|
|
{
|
|
"name": "oauth.wx.miniapp.url",
|
|
"type": "java.lang.String",
|
|
"description": "微信小程序认证地址"
|
|
},
|
|
{
|
|
"name": "oauth.wx.pub.app-id",
|
|
"type": "java.lang.String",
|
|
"description": "微信公众号appid"
|
|
},
|
|
{
|
|
"name": "oauth.wx.pub.app-secret",
|
|
"type": "java.lang.String",
|
|
"description": "微信公众号appSecret"
|
|
},
|
|
{
|
|
"name": "oauth.wx.pub.url",
|
|
"type": "java.lang.String",
|
|
"description": "微信公众号认证地址"
|
|
}
|
|
]
|
|
} |