diff --git a/business/model/const.go b/business/model/const.go index 77b32f553..dada18686 100644 --- a/business/model/const.go +++ b/business/model/const.go @@ -50,6 +50,8 @@ var ( } OrderStatusName = map[int]string{ + OrderStatusMsg: "通知消息", + OrderStatusWait4Pay: "待付款", OrderStatusUnlocked: "解锁", OrderStatusLocked: "锁定",