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

This reverts commit 65a94fc4cc.
This commit is contained in:
luying
2023-03-21 21:00:48 +08:00
parent 65a94fc4cc
commit 918cc3415f
19 changed files with 17 additions and 409 deletions

View File

@@ -53,8 +53,6 @@ export interface DicServerConst {
readonly SKIP_ENCODE: number;
// 是否返利
readonly NEED_REBATE: number;
// 推送
readonly PUSH_MSG: number;
}
export const dicServerConst: DicServerConst = {} as DicServerConst;