17 lines
485 B
Properties
17 lines
485 B
Properties
|
|
# 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
|
|||
|
|
|