response

package
v3.2.10 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2024 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResponseImmediateDeliveryBindAccount

type ResponseImmediateDeliveryBindAccount struct {
	response.ResponseMiniProgram

	ShopList []*power.HashMap `json:"shop_list"`
}

type ResponseImmediateDeliveryCancelOrder

type ResponseImmediateDeliveryCancelOrder struct {
	response.ResponseMiniProgram

	DeductFee int64  `json:"deduct_fee"`
	Desc      string `json:"desc"`
}

type ResponseImmediateDeliveryDelivery

type ResponseImmediateDeliveryDelivery struct {
	response.ResponseMiniProgram

	List []*object.HashMap `json:"list"`
}

type ResponseImmediateDeliveryGetOrder

type ResponseImmediateDeliveryGetOrder struct {
	response.ResponseMiniProgram

	OrderStatus int     `json:"order_status"` //	配送状态,枚举值
	WaybillID   string  `json:"waybill_id"`   //	配送单号
	RiderName   string  `json:"rider_name"`   //	骑手姓名
	RiderPhone  string  `json:"rider_phone"`  //	骑手电话
	RiderLng    float64 `json:"rider_lng"`    //	骑手位置经度, 配送中时返回
	RiderLat    float64 `json:"rider_lat"`    //	骑手位置纬度, 配送中时返回
	ReachTime   int64   `json:"reach_time"`   //	预计还剩多久送达时间, 配送中时返回,单位秒, 已取货配送中需返回,比如5分钟后送达,填300

}

type ResponseImmediateDeliveryPreAddOrder

type ResponseImmediateDeliveryPreAddOrder struct {
	response.ResponseMiniProgram

	Fee              int     `json:"fee"`               // 10,
	DeliverFee       string  `json:"deliverfee"`        // 10,
	CouponFee        string  `json:"couponfee"`         // 0,
	Tips             string  `json:"tips"`              // 0,
	InsurancFee      float64 `json:"insurancfee"`       // 0,
	Distance         float64 `json:"distance"`          // 1000,
	DispatchDuration int64   `json:"dispatch_duration"` // 300,
	DeliveryToken    int64   `json:"delivery_token"`    //" 1111111"

}

type ResponseImmediateDeliveryPreCancelOrder

type ResponseImmediateDeliveryPreCancelOrder struct {
	response.ResponseMiniProgram

	DeductFee int    `json:"deduct_fee"` // 5,
	Desc      string `json:"desc"`       // "blablabla",

}

type ResponseImmediateDeliveryReOrder

type ResponseImmediateDeliveryReOrder struct {
	response.ResponseMiniProgram

	Fee              int     `json:"fee"`               //  10,
	DeliverFee       string  `json:"deliverfee"`        //  10,
	CouponFee        string  `json:"couponfee"`         //  0,
	Tips             string  `json:"tips"`              //  0,
	InsuranceFee     float64 `json:"insurancfee"`       //  0,
	Distance         float64 `json:"distance"`          //  1000,
	WaybillID        int64   `json:"waybill_id"`        //  "123456789",
	OrderStatus      int64   `json:"order_status"`      //  101,
	FinishCode       int64   `json:"finish_code"`       //  1024,
	PickupCode       int64   `json:"pickup_code"`       //  2048,
	DispatchDuration int64   `json:"dispatch_duration"` //  300

}

Jump to

Keyboard shortcuts

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