Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogisticsListShopNetsiteData ¶
type LogisticsListShopNetsiteData struct { // 商家已开通的网点列表信息 Netsites []NetsitesItem `json:"netsites"` // 快递公司编码 LogisticsCode string `json:"logistics_code"` // 物流服务商业务类型 1:直营 2:加盟 3:落地配 4:直营带网点 CompanyType int16 `json:"company_type"` }
type LogisticsListShopNetsiteResponse ¶
type LogisticsListShopNetsiteResponse struct { doudian_sdk.BaseDoudianOpApiResponse Data *LogisticsListShopNetsiteData `json:"data"` }
type NetsitesItem ¶
type NetsitesItem struct { // 网点Code NetsiteCode string `json:"netsite_code"` // 网点名称 NetsiteName string `json:"netsite_name"` // 电子面单余额数量 Amount string `json:"amount"` // 寄件人地址 SenderAddress []SenderAddressItem `json:"sender_address"` // 已取单号数量,若业务本身无值,则传-1,前端可展示为“-” AllocatedQuantity int64 `json:"allocated_quantity"` // 已取消单号数量,若业务本身无值,则传-1,前端可展示为“-” CancelledQuantity int64 `json:"cancelled_quantity"` // 已回收单号数量,若业务本身无值,则传-1,前端可展示为“-” RecycledQuantity int64 `json:"recycled_quantity"` // 快递公司编码 Company string `json:"company"` // 物流服务商业务类型 1:直营 2:加盟 3:落地配 4:直营带网点 CompanyType int16 `json:"company_type"` }
type SenderAddressItem ¶
Click to show internal directories.
Click to hide internal directories.