areaquery

package
v0.0.0-...-905ac7b Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AreaQueryData

type AreaQueryData struct {
	/**
	 * 门店配送范围
	 */
	Scope string `json:"scope"`
}

type AreaQueryRequest

type AreaQueryRequest struct {
	/**
	 * 配送服务代码
	 */
	DeliveryServiceCode int32 `json:"delivery_service_code"`
	/**
	 * 取货门店id
	 */
	ShopId string `json:"shop_id"`
}

func (*AreaQueryRequest) DoInvoke

type AreaQueryResponse

type AreaQueryResponse struct {
	Code    string        `json:"code"`
	Msg     string        `json:"msg"`
	Data    AreaQueryData `json:"data"`
	TraceId string        `json:"traceId"`
}

func (*AreaQueryResponse) IsSuccess

func (response *AreaQueryResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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