querygoodssales

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 Data

type Data struct {
	Total string `json:"total"`
	List  string `json:"list"`
}

type QueryGoodsSalesRequest

type QueryGoodsSalesRequest struct {
	MerchantCode string  `json:"merchantCode"`
	SkuCodeList  []int32 `json:"skuCodeList"`
	/**
	 *  品牌标识,除华住外其他服务商必传
	 */
	BrandIdentify string `json:"brandIdentify"`
}

func (*QueryGoodsSalesRequest) DoInvoke

func (req *QueryGoodsSalesRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*QueryGoodsSalesResponse, error)

type QueryGoodsSalesResponse

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

func (*QueryGoodsSalesResponse) IsSuccess

func (response *QueryGoodsSalesResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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