Documentation ¶
Index ¶
- type ResponseExpressAccountGetAll
- type ResponseExpressAddOrder
- type ResponseExpressBatchOrderList
- type ResponseExpressCancelOrder
- type ResponseExpressDeliveryGetAll
- type ResponseExpressGetContact
- type ResponseExpressGetOrder
- type ResponseExpressGetPath
- type ResponseExpressGetPrinter
- type ResponseExpressGetQuota
- type ResponseExpressPreviewTemplate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseExpressAccountGetAll ¶
type ResponseExpressAccountGetAll struct { *response2.ResponseMiniProgram Count int `json:"count"` List []*power.HashMap `json:"list"` }
type ResponseExpressAddOrder ¶
type ResponseExpressAddOrder struct { response.ResponseMiniProgram DeliveryResultCode int `json:"delivery_resultcode"` // 10002, DeliveryResultMsg string `json:"delivery_resultmsg"` // "客户密码不正确" OrderID string `json:"order_id"` // "01234567890123456789", WaybillID string `json:"waybill_id"` // "123456789", WaybillData []*power.StringMap `json:"waybill_data"` // }
type ResponseExpressBatchOrderList ¶
type ResponseExpressBatchOrderList struct { response.ResponseMiniProgram OrderList []*power.HashMap `json:"order_list"` }
type ResponseExpressCancelOrder ¶
type ResponseExpressCancelOrder struct { response.ResponseMiniProgram DeliveryResultCode int `json:"delivery_resultcode"` // 0, DeliveryResultMsg string `json:"delivery_resultmsg"` // "" }
type ResponseExpressDeliveryGetAll ¶
type ResponseExpressDeliveryGetAll struct { response.ResponseMiniProgram Count int `json:"count"` Data []*power.HashMap `json:"data"` }
type ResponseExpressGetOrder ¶
type ResponseExpressGetOrder struct { response.ResponseMiniProgram PrintHTML string `json:"print_html"` // "客户密码不正确" WaybillData []*power.StringMap `json:"waybill_data"` // DeliveryID string `json:"delivery_id"` // "", WaybillID string `json:"waybill_id"` // "123456789", OrderID string `json:"order_id"` // "01234567890123456789", OrderStatus int `json:"order_status"` // 0 }
type ResponseExpressGetPath ¶
type ResponseExpressGetPath struct { response.ResponseMiniProgram OpenID string `json:"openid"` // "openid", DeliveryID string `json:"delivery_id"` // "", WaybillID string `json:"waybill_id"` // "123456789", PathItemNum int `json:"path_item_num"` // 3, PathItemList []*power.StringMap `json:"path_item_list"` }
type ResponseExpressGetPrinter ¶
type ResponseExpressGetPrinter struct { response.ResponseMiniProgram Count string `json:"count"` OpenID []string `json:"openid"` TagIDList []string `json:"tagid_list"` }
type ResponseExpressGetQuota ¶
type ResponseExpressGetQuota struct { response.ResponseMiniProgram QuotaNum string `json:"quota_num"` }
type ResponseExpressPreviewTemplate ¶
type ResponseExpressPreviewTemplate struct { *response2.ResponseMiniProgram WaybillID string `json:"waybill_id"` RenderedWaybillTemplate string `json:"rendered_waybill_template"` }
Source Files ¶
- ResponseExpressBatchOrderList.go
- responseExpressAccountGetAll.go
- responseExpressAddOrder.go
- responseExpressCancelOrder.go
- responseExpressDeliveryGetAll.go
- responseExpressGetContact.go
- responseExpressGetOrder.go
- responseExpressGetPath.go
- responseExpressGetPrinter.go
- responseExpressGetQuota.go
- responseExpressPreviewTemplate.go
Click to show internal directories.
Click to hide internal directories.