Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecorationUpdatePosterStatusRequest ¶
type DecorationUpdatePosterStatusRequest struct { /** * 海报id */ PosterId int64 `json:"posterId"` /** * 展示状态 0:不展示 1:展示 */ Valid int32 `json:"valid"` }
func (*DecorationUpdatePosterStatusRequest) DoInvoke ¶
func (req *DecorationUpdatePosterStatusRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*DecorationUpdatePosterStatusResponse, error)
type DecorationUpdatePosterStatusResponse ¶
type DecorationUpdatePosterStatusResponse struct { Code string `json:"code"` Msg string `json:"msg"` TraceId string `json:"traceId"` }
func (*DecorationUpdatePosterStatusResponse) IsSuccess ¶
func (response *DecorationUpdatePosterStatusResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.