1234567891011121314151617181920212223 |
- {
- "groups": [
- {
- "name": "wechat.cp",
- "type": "net.lab1024.smartadmin.module.wx.cp.config.WxCpProperties",
- "sourceType": "net.lab1024.smartadmin.module.wx.cp.config.WxCpProperties"
- }
- ],
- "properties": [
- {
- "name": "wechat.cp.app-configs",
- "type": "java.util.List<net.lab1024.smartadmin.module.wx.cp.config.WxCpProperties$AppConfig>",
- "sourceType": "net.lab1024.smartadmin.module.wx.cp.config.WxCpProperties"
- },
- {
- "name": "wechat.cp.corp-id",
- "type": "java.lang.String",
- "description": "设置企业微信的corpId",
- "sourceType": "net.lab1024.smartadmin.module.wx.cp.config.WxCpProperties"
- }
- ],
- "hints": []
- }
|