Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryVendorSaleAttributeCodeRequest ¶
type QueryVendorSaleAttributeCodeRequest struct { }
func (*QueryVendorSaleAttributeCodeRequest) DoInvoke ¶
func (req *QueryVendorSaleAttributeCodeRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*QueryVendorSaleAttributeCodeResponse, error)
type QueryVendorSaleAttributeCodeResponse ¶
type QueryVendorSaleAttributeCodeResponse struct { Code string `json:"code"` Msg string `json:"msg"` /** * 品牌所有售卖属性编码 */ Data ResultData `json:"data"` TraceId string `json:"traceId"` }
func (*QueryVendorSaleAttributeCodeResponse) IsSuccess ¶
func (response *QueryVendorSaleAttributeCodeResponse) IsSuccess() bool
type ResultData ¶
type ResultData struct { }
Click to show internal directories.
Click to hide internal directories.