Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EbillInfosItem ¶
type EbillInfosItem struct { // 订单号 OrderId string `json:"order_id"` // 包裹id PackId string `json:"pack_id"` // 运单号 TrackNo string `json:"track_no"` // 分拣码(三段码) SortCode string `json:"sort_code"` // 集包地代码 PackageCenterCode string `json:"package_center_code"` // 集包名称 PackageCenterName string `json:"package_center_name"` // 大头笔编码 ShortAddressCode string `json:"short_address_code"` // 大头笔名称 ShortAddressName string `json:"short_address_name"` // 额外打印信息(众邮、京东、丰网使用),具体请参考[抖音电商电子面单对接文档](https://op.jinritemai.com/docs/guide-docs/33/338)附录4 ExtraResp string `json:"extra_resp"` // 子母件列表英文逗号分隔 SubWaybillCodes string `json:"sub_waybill_codes"` // 2;详情请看文档映射表 OrderChannel string `json:"order_channel"` // 快递商侧系统生成的寄件码 ShippingCode string `json:"shipping_code"` }
type ErrInfosItem ¶
type LogisticsNewCreateOrderData ¶
type LogisticsNewCreateOrderData struct { // 电子面单信息列表 EbillInfos []EbillInfosItem `json:"ebill_infos"` // 错误信息列表 ErrInfos []ErrInfosItem `json:"err_infos"` }
type LogisticsNewCreateOrderResponse ¶
type LogisticsNewCreateOrderResponse struct { doudian_sdk.BaseDoudianOpApiResponse Data *LogisticsNewCreateOrderData `json:"data"` }
Click to show internal directories.
Click to hide internal directories.