1
This commit is contained in:
@@ -350,7 +350,7 @@ type GetOrderDetailRes struct {
|
|||||||
DeliveryFetchPhotos []interface{} `json:"delivery_fetch_photos"` // 骑手取货照片地址
|
DeliveryFetchPhotos []interface{} `json:"delivery_fetch_photos"` // 骑手取货照片地址
|
||||||
OrderTotalAmountCent int64 `json:"order_total_amount_cent"` // 原始配送费金额(分)
|
OrderTotalAmountCent int64 `json:"order_total_amount_cent"` // 原始配送费金额(分)
|
||||||
OrderActualAmountCent int64 `json:"order_actual_amount_cent"` // 订单实际配送支付总金额关注这个字段即可(分)
|
OrderActualAmountCent int64 `json:"order_actual_amount_cent"` // 订单实际配送支付总金额关注这个字段即可(分)
|
||||||
PriceDetail []*PriceOpenapiDetail `json:"price_detail"` // 配送费价格明细
|
PriceDetail *PriceOpenapiDetail `json:"price_detail"` // 配送费价格明细
|
||||||
AbnormalCode string `json:"abnormal_code"` // 运单异常原因code
|
AbnormalCode string `json:"abnormal_code"` // 运单异常原因code
|
||||||
AbnormalDesc string `json:"abnormal_desc"` // 运单异常原因描述
|
AbnormalDesc string `json:"abnormal_desc"` // 运单异常原因描述
|
||||||
EventLogDetails []*OrderNodeInfo `json:"event_log_details"` // 运单事件节点信息
|
EventLogDetails []*OrderNodeInfo `json:"event_log_details"` // 运单事件节点信息
|
||||||
|
|||||||
Reference in New Issue
Block a user