Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WarehouseListData ¶
type WarehouseListData struct { // 仓库信息 Warehouses []WarehousesItem `json:"warehouses"` // 总数 Total int64 `json:"total"` }
type WarehouseListResponse ¶
type WarehouseListResponse struct { doudian_sdk.BaseDoudianOpApiResponse Data *WarehouseListData `json:"data"` }
type WarehouseLocation ¶
type WarehousesItem ¶
type WarehousesItem struct { // 仓库id WarehouseId int64 `json:"warehouse_id"` // 仓库名字 Name string `json:"name"` // 仓库介绍 Intro string `json:"intro"` // 更新时间 UpdateTime int64 `json:"update_time"` // 创建时间 CreateTime int64 `json:"create_time"` // 仓库外部id OutWarehouseId string `json:"out_warehouse_id"` // 仓库覆盖范围列表 Addr []AddrItem `json:"addr"` // 店铺id ShopId int64 `json:"shop_id"` // 外部电子围栏id列表 OutFenceIds []string `json:"out_fence_ids"` // 仓的详细地址 AddressDetail string `json:"address_detail"` // 仓的地址编码 WarehouseLocation *WarehouseLocation `json:"warehouse_location"` }
Click to show internal directories.
Click to hide internal directories.