1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "groups": [
- {
- "name": "tencent",
- "type": "com.malk.guyuan.server.tencent.TXYConf",
- "sourceType": "com.malk.guyuan.server.tencent.TXYConf"
- }
- ],
- "properties": [
- {
- "name": "tencent.a-p-p-i-d",
- "type": "java.lang.String",
- "sourceType": "com.malk.guyuan.server.tencent.TXYConf"
- },
- {
- "name": "tencent.region",
- "type": "java.lang.String",
- "sourceType": "com.malk.guyuan.server.tencent.TXYConf"
- },
- {
- "name": "tencent.secret-id",
- "type": "java.lang.String",
- "sourceType": "com.malk.guyuan.server.tencent.TXYConf"
- },
- {
- "name": "tencent.secret-key",
- "type": "java.lang.String",
- "sourceType": "com.malk.guyuan.server.tencent.TXYConf"
- },
- {
- "name": "tencent.t-y-p-e-i-n-v-o-i-c-e",
- "type": "java.util.Map<java.lang.String,java.lang.String>",
- "description": "票据类型",
- "sourceType": "com.malk.guyuan.server.tencent.TXYConf"
- }
- ],
- "hints": []
- }
|