修改蜂鸟配送
This commit is contained in:
@@ -39,9 +39,9 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
StoreAuditStatusCreated = 1
|
||||
StoreAuditStatusOnline = 0
|
||||
StoreAuditStatusRejected = -1
|
||||
StoreAuditStatusCreated = 1 // 创建成功 ,修改审核通过
|
||||
StoreAuditStatusOnline = 0 // 上线可发单, 修改审核通过
|
||||
StoreAuditStatusRejected = -1 // 审核驳回 , 修改审核驳回
|
||||
StoreAuditStatusUpdated = 2
|
||||
StoreAuditStatusAll = -9
|
||||
|
||||
|
||||
Reference in New Issue
Block a user