| | |
| | | public final static int STATE_SX = 4;// 未付款/已退款
|
| | |
|
| | | public enum MsgTypeOrderTypeEnum {
|
| | | fanli("订单统计", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
|
| | | share("订单统计", "http://img.flqapp.com/resource/msg/icon_msg_order.png"), |
| | | invite("订单统计", "http://img.flqapp.com/resource/msg/icon_msg_order.png"), |
| | | fanli("返利订单", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
|
| | | share("分享订单", "http://img.flqapp.com/resource/msg/icon_msg_order.png"), |
| | | invite("团队订单", "http://img.flqapp.com/resource/msg/icon_msg_order.png"), |
| | | found("订单找回", "http://img.flqapp.com/resource/msg/icon_msg_order.png"), // 老版
|
| | | foundSucceed("订单找回", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
|
| | | foundFail("订单找回", "http://img.flqapp.com/resource/msg/icon_msg_order.png"),
|
| | | orderStatistics("订单统计", "http://img.flqapp.com/resource/msg/icon_msg_order.png"), |
| | | elme("饿了么订单", "http://img.flqapp.com/resource/msg/icon_msg_order.png");
|
| | |
|
| | | private final String desc;
|