- weimob callback msg format
This commit is contained in:
@@ -6,6 +6,14 @@ import (
|
||||
"github.com/fatih/structs"
|
||||
)
|
||||
|
||||
const (
|
||||
OrderStatusWait4Pay = 0 // 待支付
|
||||
OrderStatusPayed = 1 // 已付款,待发货
|
||||
OrderStatusDelivering = 2 // 已发货
|
||||
OrderStatusFinished = 3 // 已完成
|
||||
OrderStatusCanceled = 4 // 已取消
|
||||
)
|
||||
|
||||
type DeliveryOrderItem struct {
|
||||
ItemId int64 `json:"itemId"`
|
||||
SkuId int64 `json:"skuId"`
|
||||
|
||||
Reference in New Issue
Block a user