- refactor.
This commit is contained in:
@@ -29,6 +29,20 @@ const (
|
||||
OrderStatusCanceled = 99
|
||||
)
|
||||
|
||||
const (
|
||||
OrderExceptCodePhonePoweroff = 10001
|
||||
OrderExceptCodePhoneSuspended = 10002
|
||||
OrderExceptCodePhoneNobody = 10003
|
||||
OrderExceptCodePhoneEmpty = 10004
|
||||
OrderExceptCodePhoneWrong = 10005
|
||||
OrderExceptCodePhoneOther = 10006
|
||||
OrderExceptCodeAddressWrong = 10101
|
||||
OrderExceptCodeAddressOutOfService = 10201
|
||||
OrderExceptCodeUserReject = 10202
|
||||
OrderExceptCodeUserRequestDelay = 10203
|
||||
OrderExceptCodeStoreClosed = 10401
|
||||
)
|
||||
|
||||
const (
|
||||
DeliveryServiceCodeRapid = 4011
|
||||
DeliveryServiceCodeIntime = 4012
|
||||
|
||||
Reference in New Issue
Block a user