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

This reverts commit 918cc3415f.
This commit is contained in:
luying
2023-03-21 21:04:12 +08:00
parent 9115794b82
commit 5e15568f71
17 changed files with 406 additions and 16 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": "&"
}
]

View File

@@ -35,5 +35,6 @@
"CHECK_WORD": 1,
"CAN_PAY": 1,
"SKIP_ENCODE": 0,
"NEED_REBATE": 0
"NEED_REBATE": 0,
"PUSH_MSG": 0
}