address_list_request

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddressListParam

type AddressListParam struct {
	// 【已废弃】店铺id
	ShopId *int64 `json:"shop_id"`
	// 翻页每页数量,默认10
	PageSize int64 `json:"page_size"`
	// 翻页页数,从1开始
	PageNo int64 `json:"page_no"`
	// 排序方式支持asc/desc
	OrderBy string `json:"order_by"`
	// 排序字段;create_time-创建时间排序,update_time-更新时间排序;
	OrderField string `json:"order_field"`
	// 门店ID,抖超小时达业务使用传入后只获取该门店下地址列表;
	StoreId *int64 `json:"store_id"`
}

type AddressListRequest

type AddressListRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *AddressListParam
}

func New

func New() *AddressListRequest

func (*AddressListRequest) Execute

func (c *AddressListRequest) Execute(accessToken *doudian_sdk.AccessToken) (*address_list_response.AddressListResponse, error)

func (*AddressListRequest) GetParamObject

func (c *AddressListRequest) GetParamObject() interface{}

func (*AddressListRequest) GetParams

func (c *AddressListRequest) GetParams() *AddressListParam

func (*AddressListRequest) GetUrlPath

func (c *AddressListRequest) GetUrlPath() string

Jump to

Keyboard shortcuts

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