- refactor.

This commit is contained in:
gazebo
2018-07-10 18:29:34 +08:00
parent 5702df37b0
commit a33fdb289d
3 changed files with 33 additions and 1 deletions

View File

@@ -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