feat(消息): 添加推送消息sdk

This commit is contained in:
luying
2023-03-21 20:50:27 +08:00
parent 45fd46700f
commit 65a94fc4cc
19 changed files with 409 additions and 17 deletions

View File

@@ -0,0 +1,52 @@
[
{
"id": 1,
"pushMsgType": "guildActivityStart",
"title": "英杰传",
"description": "军团活动开启",
"playerType": 1,
"clickType": "startapp",
"url": "&",
"intent": "&"
},
{
"id": 2,
"pushMsgType": "gvgBattleStart",
"title": "英杰传",
"description": "逐鹿中原激战期开启",
"playerType": 2,
"clickType": "startapp",
"url": "&",
"intent": "&"
},
{
"id": 3,
"pushMsgType": "afkAttention",
"title": "英杰传",
"description": "两天未登录",
"playerType": 3,
"clickType": "startapp",
"url": "&",
"intent": "&"
},
{
"id": 4,
"pushMsgType": "apLunch",
"title": "英杰传",
"description": "领午饭体力",
"playerType": 4,
"clickType": "startapp",
"url": "&",
"intent": "&"
},
{
"id": 5,
"pushMsgType": "apDinner",
"title": "英杰传",
"description": "领晚饭体力",
"playerType": 4,
"clickType": "startapp",
"url": "&",
"intent": "&"
}
]