@@ -7,11 +7,11 @@ import cn.com.taiji.common.manager.net.http.ServiceHandleException; | |||
* 消息状态 | |||
*/ | |||
public enum MessageStatus { | |||
INITIAL("待发送", 1) {}, | |||
SENDED("已发送", 2) {}, | |||
SEND_SUCCESS("已发送", 2) {}, | |||
CANCEL("消息被取消或删除", 3) {}, | |||
SEND_FAIL("发送失败", 4) {}, | |||
; | |||