Commit af9255db by 刘鹏

fix:增加通知消息类型

parent cd556e1b
......@@ -10,7 +10,7 @@ ext {
"m-fm" : "0.0.30.03",
"m-user" : "0.0.61.31",
"m-home" : "0.0.22.61",
"m-im" : "0.0.19.06",
"m-im" : "0.0.19.08",
"m-dynamic" : "0.0.7.22",
"m-article" : "0.0.0.8",
......@@ -93,7 +93,7 @@ ext {
"m-fm" : "0.0.30.01",
"m-user" : "0.0.61.31",
"m-home" : "0.0.22.61",
"m-im" : "0.0.19.06",
"m-im" : "0.0.19.08",
"m-dynamic" : "0.0.7.22",
"m-article" : "0.0.0.6",
......
......@@ -182,9 +182,11 @@ public class MsgListAdapter extends CommonAdapter<MsgData> {
case 521:
case 522:
case 523:
case 524:
case 524://评价提醒
case 525:
case 526:
case 527://付款成功5分钟未选择时间
case 540://订单退款成功
// 521-526 解忧 - 订单详情
H5Params orderParams = new H5Params(
ImConstants.Companion.getORDER_DETAIL()
......
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