Commit a7744362 authored by wwccw0591's avatar wwccw0591

pc

parent 41142201
......@@ -74,11 +74,11 @@ class ApiConst
//消息类型
//系统消息
const systemMessageType = 1;
const systemMessageType = -1;
//定单消息
const orderMessageType = 2;
const orderMessageType = -2;
//快递消息
const deliveryMessageType = 3;
const deliveryMessageType = -3;
//客服类型的消息
const serviceMessageType=7;
//店铺消息类型
......
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 to comment