Commit fdd3ea77 by 杨铁龙

新增MpNavigate消息类型

parent 9e8994e3
Showing with 2 additions and 1 deletions
......@@ -99,7 +99,8 @@ export const enum MessageType {
MyWelfare = "my_welfare",
QuestionAnswer = "question_answer",
Action = "action",
Notify = 'notify'
Notify = 'notify',
MpNavigate = "mp-navigate",
}
export const enum MessageHandled {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment