feat: 消息推送:接入阿里云消息推送系统—客户端 https://jira.shanqu.cc/browse/GHZS-4941

This commit is contained in:
曾祥俊
2024-03-28 17:58:49 +08:00
parent 6c4d17ab9e
commit d406cba6c2
30 changed files with 809 additions and 12 deletions

View File

@ -119,6 +119,8 @@ object RouteConsts {
const val qGame = "/qGame/qGame"
const val push = "/push/push"
const val realName = "/realName/realName"
}