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