querybypage

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 QueryByPageRequest

type QueryByPageRequest struct {
	/**
	 *  查询起始位置(批量限制20)
	 */
	Offset int32 `json:"offset"`
	/**
	 *  默认500 查询单页大小(单次查询最大500)
	 */
	Limit int32 `json:"limit"`
}

func (*QueryByPageRequest) DoInvoke

func (req *QueryByPageRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*QueryByPageResponse, error)

type QueryByPageResponse

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

func (*QueryByPageResponse) IsSuccess

func (response *QueryByPageResponse) IsSuccess() bool

type VendorShopIdListPageDTO

type VendorShopIdListPageDTO struct {
	/**
	 * 该品牌下配置过线上点门店总数
	 */
	Total int32 `json:"total"`
	/**
	 * 查询起始位置
	 */
	Offset int32 `json:"offset"`
	/**
	 * 查询单页大小
	 */
	Limit int32 `json:"limit"`
	/**
	 * 厂商门店ID列表(批量最大限制500)
	 */
	VendorShopIdList []string `json:"vendorShopIdList"`
}

Jump to

Keyboard shortcuts

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