response

package
v1.3.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

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 {
	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 ResponseExpressGetContact

type ResponseExpressGetContact struct {
	*response2.ResponseMiniProgram

	WayBillID int              `json:"waybill_id"`
	Sender    []*power.HashMap `json:"sender"`
	Receiver  []*power.HashMap `json:"receiver"`
}

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 {
	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 {
	QuotaNum string `json:"quota_num"`
}

type ResponseExpressPreviewTemplate

type ResponseExpressPreviewTemplate struct {
	*response2.ResponseMiniProgram

	WaybillID               string `json:"waybill_id"`
	RenderedWaybillTemplate string `json:"rendered_waybill_template"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL