Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueryRelationShopsRequest ¶
type QueryRelationShopsRequest struct { /** * 子账号商家id */ SonAccountId int32 `json:"sonAccountId"` }
func (*QueryRelationShopsRequest) DoInvoke ¶
func (req *QueryRelationShopsRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*QueryRelationShopsResponse, error)
type QueryRelationShopsResponse ¶
type QueryRelationShopsResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data []LaunchObj `json:"data"` TraceId string `json:"traceId"` }
func (*QueryRelationShopsResponse) IsSuccess ¶
func (response *QueryRelationShopsResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.