first commit
This commit is contained in:
48
target/classes/META-INF/spring-configuration-metadata.json
Normal file
48
target/classes/META-INF/spring-configuration-metadata.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
16
target/classes/application.properties
Normal file
16
target/classes/application.properties
Normal file
@@ -0,0 +1,16 @@
|
||||
# OPPO推送服务配置
|
||||
# 请在OPPO开放平台获取以下信息:https://open.oppomobile.com
|
||||
oppo.push.appKey=bb0819c889ae40cd8bde5a8ad4e670fe
|
||||
oppo.push.appSecret=9b5a0e6d560e406dbb70fbb4e0e38098
|
||||
oppo.push.masterSecret=9b5a0e6d560e406dbb70fbb4e0e38098
|
||||
|
||||
# 通讯与服务(原私信)频道配置
|
||||
oppo.push.channel.id.im=previte_message
|
||||
oppo.push.channel.name.im=消息推送
|
||||
|
||||
# 推送服务地址
|
||||
oppo.push.api.url=https://api.push.oppo.com
|
||||
|
||||
# 服务器端口
|
||||
server.port=8080
|
||||
|
||||
BIN
target/classes/com/oppo/push/OppoPushApplication.class
Normal file
BIN
target/classes/com/oppo/push/OppoPushApplication.class
Normal file
Binary file not shown.
BIN
target/classes/com/oppo/push/config/OppoPushConfig.class
Normal file
BIN
target/classes/com/oppo/push/config/OppoPushConfig.class
Normal file
Binary file not shown.
BIN
target/classes/com/oppo/push/controller/PushController.class
Normal file
BIN
target/classes/com/oppo/push/controller/PushController.class
Normal file
Binary file not shown.
BIN
target/classes/com/oppo/push/service/OppoPushService.class
Normal file
BIN
target/classes/com/oppo/push/service/OppoPushService.class
Normal file
Binary file not shown.
Reference in New Issue
Block a user