添加三个平台订单信息中关于配送类型的注释

This commit is contained in:
gazebo
2019-11-06 14:13:08 +08:00
parent 249f6e57dc
commit 47e07b5bb0
3 changed files with 67 additions and 57 deletions

View File

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