- add refresh param for api GetStoreOrderInfo to get realtime CurrentConsigneeMobile.

This commit is contained in:
gazebo
2018-08-27 14:31:11 +08:00
parent 9e515aff68
commit f7e655ec6b
5 changed files with 29 additions and 13 deletions

View File

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