| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "groups": [
- {
- "name": "water-electric",
- "type": "com.template.config.WaterElectricConfig",
- "sourceType": "com.template.config.WaterElectricConfig"
- },
- {
- "name": "weixiao",
- "type": "com.template.config.WeixiaoConfig",
- "sourceType": "com.template.config.WeixiaoConfig"
- }
- ],
- "properties": [
- {
- "name": "water-electric.data-secret",
- "type": "java.lang.String",
- "description": "运营商数据秘钥",
- "sourceType": "com.template.config.WaterElectricConfig"
- },
- {
- "name": "water-electric.data-secret-iv",
- "type": "java.lang.String",
- "description": "数据秘钥初始化向量",
- "sourceType": "com.template.config.WaterElectricConfig"
- },
- {
- "name": "water-electric.operator-id",
- "type": "java.lang.String",
- "description": "运营商标识",
- "sourceType": "com.template.config.WaterElectricConfig"
- },
- {
- "name": "water-electric.operator-secret",
- "type": "java.lang.String",
- "description": "运营商秘钥",
- "sourceType": "com.template.config.WaterElectricConfig"
- },
- {
- "name": "water-electric.service-host",
- "type": "java.lang.String",
- "description": "服务地址",
- "sourceType": "com.template.config.WaterElectricConfig"
- },
- {
- "name": "water-electric.sign-key",
- "type": "java.lang.String",
- "description": "签名秘钥",
- "sourceType": "com.template.config.WaterElectricConfig"
- },
- {
- "name": "weixiao.app-key",
- "type": "java.lang.String",
- "sourceType": "com.template.config.WeixiaoConfig"
- },
- {
- "name": "weixiao.app-secret",
- "type": "java.lang.String",
- "sourceType": "com.template.config.WeixiaoConfig"
- },
- {
- "name": "weixiao.ocode",
- "type": "java.lang.String",
- "sourceType": "com.template.config.WeixiaoConfig"
- }
- ],
- "hints": []
- }
|