添加三个平台订单信息中关于配送类型的注释
This commit is contained in:
@@ -178,7 +178,7 @@ type OrderDetailInfo struct {
|
|||||||
Commission int `json:"commission"`
|
Commission int `json:"commission"`
|
||||||
ConfirmTime string `json:"confirm_time"`
|
ConfirmTime string `json:"confirm_time"`
|
||||||
CreateTime string `json:"create_time"`
|
CreateTime string `json:"create_time"`
|
||||||
DeliveryParty int `json:"delivery_party"`
|
DeliveryParty int `json:"delivery_party"` // 此字段会在配送变化后变化
|
||||||
DeliveryPhone string `json:"delivery_phone"`
|
DeliveryPhone string `json:"delivery_phone"`
|
||||||
DeliveryTime int `json:"delivery_time"`
|
DeliveryTime int `json:"delivery_time"`
|
||||||
DiscountFee int `json:"discount_fee"`
|
DiscountFee int `json:"discount_fee"`
|
||||||
|
|||||||
@@ -227,7 +227,7 @@ type OrderInfo struct {
|
|||||||
ClientOrderPreStartDeliveryTime string `json:"clientOrderPreStartDeliveryTime"`
|
ClientOrderPreStartDeliveryTime string `json:"clientOrderPreStartDeliveryTime"`
|
||||||
DeliveryBillNo string `json:"deliveryBillNo"`
|
DeliveryBillNo string `json:"deliveryBillNo"`
|
||||||
DeliveryCarrierName string `json:"deliveryCarrierName"`
|
DeliveryCarrierName string `json:"deliveryCarrierName"`
|
||||||
DeliveryCarrierNo string `json:"deliveryCarrierNo"`
|
DeliveryCarrierNo string `json:"deliveryCarrierNo"` // 此字段会在配送变化后变化
|
||||||
DeliveryDelayAgreed int `json:"deliveryDelayAgreed"`
|
DeliveryDelayAgreed int `json:"deliveryDelayAgreed"`
|
||||||
DeliveryPackageVolume float64 `json:"deliveryPackageVolume"`
|
DeliveryPackageVolume float64 `json:"deliveryPackageVolume"`
|
||||||
DeliveryPackageWeight float64 `json:"deliveryPackageWeight"`
|
DeliveryPackageWeight float64 `json:"deliveryPackageWeight"`
|
||||||
|
|||||||
@@ -214,61 +214,71 @@ type PoiReceiveDetailInfo struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type OrderInfo struct {
|
type OrderInfo struct {
|
||||||
AppOrderCode string `json:"app_order_code"`
|
AppOrderCode string `json:"app_order_code"`
|
||||||
AppPoiCode string `json:"app_poi_code"`
|
AppPoiCode string `json:"app_poi_code"`
|
||||||
AvgSendTime float64 `json:"avg_send_time"`
|
AvgSendTime float64 `json:"avg_send_time"`
|
||||||
BackupRecipientPhone string `json:"backup_recipient_phone"`
|
BackupRecipientPhone string `json:"backup_recipient_phone"`
|
||||||
Caution string `json:"caution"`
|
Caution string `json:"caution"`
|
||||||
CityID int `json:"city_id"`
|
CityID int `json:"city_id"`
|
||||||
Ctime int64 `json:"ctime"`
|
Ctime int64 `json:"ctime"`
|
||||||
DaySeq int `json:"day_seq"`
|
DaySeq int `json:"day_seq"`
|
||||||
DeliveryTime int `json:"delivery_time"`
|
DeliveryTime int `json:"delivery_time"`
|
||||||
Detail string `json:"detail"`
|
Detail string `json:"detail"`
|
||||||
DetailList []*FoodInfo `json:"detailList"`
|
DetailList []*FoodInfo `json:"detailList"`
|
||||||
DinnersNumber int `json:"dinners_number"`
|
DinnersNumber int `json:"dinners_number"`
|
||||||
ExpectDeliverTime int `json:"expect_deliver_time"`
|
ExpectDeliverTime int64 `json:"expect_deliver_time"`
|
||||||
Extras string `json:"extras"`
|
Extras string `json:"extras"`
|
||||||
ExtraList []*OrderExtraInfo `json:"extraList"`
|
ExtraList []*OrderExtraInfo `json:"extraList"`
|
||||||
HasInvoiced int `json:"has_invoiced"`
|
HasInvoiced int `json:"has_invoiced"`
|
||||||
InvoiceTitle string `json:"invoice_title"`
|
InvoiceTitle string `json:"invoice_title"`
|
||||||
IsFavorites bool `json:"is_favorites"`
|
IsFavorites bool `json:"is_favorites"`
|
||||||
IsPoiFirstOrder bool `json:"is_poi_first_order"`
|
IsPoiFirstOrder bool `json:"is_poi_first_order"`
|
||||||
IsPre int `json:"is_pre"`
|
IsPre int `json:"is_pre"`
|
||||||
IsThirdShipping int `json:"is_third_shipping"`
|
IsThirdShipping int `json:"is_third_shipping"`
|
||||||
Latitude float64 `json:"latitude"`
|
Latitude float64 `json:"latitude"`
|
||||||
LogisticsCode string `json:"logistics_code"`
|
Longitude float64 `json:"longitude"`
|
||||||
Longitude float64 `json:"longitude"`
|
LogisticsCancelTime int64 `json:"logistics_cancel_time"`
|
||||||
OrderCompletedTime int `json:"order_completed_time"`
|
LogisticsCode string `json:"logistics_code"` // 此字段是配送方式变化后,不会改变
|
||||||
OrderConfirmTime int `json:"order_confirm_time"`
|
LogisticsCompletedTime int64 `json:"logistics_completed_time"`
|
||||||
OrderID int64 `json:"order_id"`
|
LogisticsConfirmTime int64 `json:"logistics_confirm_time"`
|
||||||
OrderSendTime int `json:"order_send_time"`
|
LogisticsDispatcherMobile string `json:"logistics_dispatcher_mobile"`
|
||||||
OriginalPrice float64 `json:"original_price"`
|
LogisticsDispatcherName string `json:"logistics_dispatcher_name"`
|
||||||
PackageBagMoney int `json:"package_bag_money"`
|
LogisticsFetchTime int64 `json:"logistics_fetch_time"`
|
||||||
PayType int `json:"pay_type"`
|
LogisticsID int `json:"logistics_id"`
|
||||||
PickType int `json:"pick_type"`
|
LogisticsName string `json:"logistics_name"`
|
||||||
PoiReceiveDetail string `json:"poi_receive_detail"`
|
LogisticsSendTime int64 `json:"logistics_send_time"`
|
||||||
PoiReceiveDetailPtr *PoiReceiveDetailInfo `json:"poi_receive_detail_ptr"`
|
LogisticsStatus int `json:"logistics_status"`
|
||||||
RecipientAddress string `json:"recipient_address"`
|
OrderCompletedTime int `json:"order_completed_time"`
|
||||||
RecipientName string `json:"recipient_name"`
|
OrderConfirmTime int `json:"order_confirm_time"`
|
||||||
RecipientPhone string `json:"recipient_phone"`
|
OrderID int64 `json:"order_id"`
|
||||||
Remark string `json:"remark"`
|
OrderSendTime int `json:"order_send_time"`
|
||||||
Result string `json:"result"`
|
OriginalPrice float64 `json:"original_price"`
|
||||||
ShipperPhone string `json:"shipper_phone"`
|
PackageBagMoney int `json:"package_bag_money"`
|
||||||
ShippingFee float64 `json:"shipping_fee"`
|
PayType int `json:"pay_type"`
|
||||||
ShippingType int `json:"shipping_type"`
|
PickType int `json:"pick_type"`
|
||||||
SkuBenefitDetail string `json:"sku_benefit_detail"`
|
PoiReceiveDetail string `json:"poi_receive_detail"`
|
||||||
SkuBenefitDetailList []*SkuBenefitDetailInfo `json:"sku_benefit_detail_list"`
|
PoiReceiveDetailPtr *PoiReceiveDetailInfo `json:"poi_receive_detail_ptr"`
|
||||||
SourceID int `json:"source_id"`
|
RecipientAddress string `json:"recipient_address"`
|
||||||
Status int `json:"status"`
|
RecipientName string `json:"recipient_name"`
|
||||||
TaxpayerID string `json:"taxpayer_id"`
|
RecipientPhone string `json:"recipient_phone"`
|
||||||
Total float64 `json:"total"`
|
Remark string `json:"remark"`
|
||||||
TotalWeight int64 `json:"total_weight"`
|
Result string `json:"result"`
|
||||||
Utime int64 `json:"utime"`
|
ShipperPhone string `json:"shipper_phone"`
|
||||||
WmOrderIDView int64 `json:"wm_order_id_view"`
|
ShippingFee float64 `json:"shipping_fee"`
|
||||||
WmPoiAddress string `json:"wm_poi_address"`
|
ShippingType int `json:"shipping_type"`
|
||||||
WmPoiID int `json:"wm_poi_id"`
|
SkuBenefitDetail string `json:"sku_benefit_detail"`
|
||||||
WmPoiName string `json:"wm_poi_name"`
|
SkuBenefitDetailList []*SkuBenefitDetailInfo `json:"sku_benefit_detail_list"`
|
||||||
WmPoiPhone string `json:"wm_poi_phone"`
|
SourceID int `json:"source_id"`
|
||||||
|
Status int `json:"status"`
|
||||||
|
TaxpayerID string `json:"taxpayer_id"`
|
||||||
|
Total float64 `json:"total"`
|
||||||
|
TotalWeight int64 `json:"total_weight"`
|
||||||
|
Utime int64 `json:"utime"`
|
||||||
|
WmOrderIDView int64 `json:"wm_order_id_view"`
|
||||||
|
WmPoiAddress string `json:"wm_poi_address"`
|
||||||
|
WmPoiID int `json:"wm_poi_id"`
|
||||||
|
WmPoiName string `json:"wm_poi_name"`
|
||||||
|
WmPoiPhone string `json:"wm_poi_phone"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type GetOrderActDetailParamAct struct {
|
type GetOrderActDetailParamAct struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user