添加三个平台订单信息中关于配送类型的注释
This commit is contained in:
@@ -178,7 +178,7 @@ type OrderDetailInfo struct {
|
||||
Commission int `json:"commission"`
|
||||
ConfirmTime string `json:"confirm_time"`
|
||||
CreateTime string `json:"create_time"`
|
||||
DeliveryParty int `json:"delivery_party"`
|
||||
DeliveryParty int `json:"delivery_party"` // 此字段会在配送变化后变化
|
||||
DeliveryPhone string `json:"delivery_phone"`
|
||||
DeliveryTime int `json:"delivery_time"`
|
||||
DiscountFee int `json:"discount_fee"`
|
||||
|
||||
Reference in New Issue
Block a user