Files
oppo_push_server/target/classes/META-INF/spring-configuration-metadata.json
2025-12-29 15:20:51 +08:00

48 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"groups": [
{
"name": "oppo.push",
"type": "com.oppo.push.config.OppoPushConfig",
"sourceType": "com.oppo.push.config.OppoPushConfig"
}
],
"properties": [
{
"name": "oppo.push.api-url",
"type": "java.lang.String",
"description": "API地址",
"sourceType": "com.oppo.push.config.OppoPushConfig"
},
{
"name": "oppo.push.app-key",
"type": "java.lang.String",
"description": "应用Key",
"sourceType": "com.oppo.push.config.OppoPushConfig"
},
{
"name": "oppo.push.app-secret",
"type": "java.lang.String",
"description": "应用密钥",
"sourceType": "com.oppo.push.config.OppoPushConfig"
},
{
"name": "oppo.push.channel-id-im",
"type": "java.lang.String",
"description": "通讯与服务原私信频道ID",
"sourceType": "com.oppo.push.config.OppoPushConfig"
},
{
"name": "oppo.push.channel-name-im",
"type": "java.lang.String",
"description": "通讯与服务(原私信)频道名称",
"sourceType": "com.oppo.push.config.OppoPushConfig"
},
{
"name": "oppo.push.master-secret",
"type": "java.lang.String",
"description": "主密钥",
"sourceType": "com.oppo.push.config.OppoPushConfig"
}
],
"hints": []
}