- add refresh param for api GetStoreOrderInfo to get realtime CurrentConsigneeMobile.
This commit is contained in:
@@ -8,9 +8,10 @@ type CallResult struct {
|
||||
|
||||
type GoodsOrderExt struct {
|
||||
GoodsOrder
|
||||
WaybillStatus int `json:"waybillStatus"`
|
||||
CourierName string `orm:"size(32)" json:"courierName"`
|
||||
CourierMobile string `orm:"size(32)" json:"courierMobile"`
|
||||
WaybillStatus int `json:"waybillStatus"`
|
||||
CourierName string `orm:"size(32)" json:"courierName"`
|
||||
CourierMobile string `orm:"size(32)" json:"courierMobile"`
|
||||
CurrentConsigneeMobile string `orm:"-" json:"currentConsigneeMobile"`
|
||||
}
|
||||
|
||||
type OrderSkuExt struct {
|
||||
|
||||
Reference in New Issue
Block a user