Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryShopPremiumShelfStatusRequest ¶
type QueryShopPremiumShelfStatusRequest struct { /** * 门店id */ VendorShopId string `json:"vendorShopId"` }
func (*QueryShopPremiumShelfStatusRequest) DoInvoke ¶
func (req *QueryShopPremiumShelfStatusRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*QueryShopPremiumShelfStatusResponse, error)
type QueryShopPremiumShelfStatusResponse ¶
type QueryShopPremiumShelfStatusResponse struct { Code string `json:"code"` Msg string `json:"msg"` /** * 上架的配料编码列表 */ Data []string `json:"data"` TraceId string `json:"traceId"` }
func (*QueryShopPremiumShelfStatusResponse) IsSuccess ¶
func (response *QueryShopPremiumShelfStatusResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.