Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecorationDeleteImgeForSingleRequest ¶
type DecorationDeleteImgeForSingleRequest struct { }
func (*DecorationDeleteImgeForSingleRequest) DoInvoke ¶
func (req *DecorationDeleteImgeForSingleRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*DecorationDeleteImgeForSingleResponse, error)
type DecorationDeleteImgeForSingleResponse ¶
type DecorationDeleteImgeForSingleResponse struct { Code string `json:"code"` Msg string `json:"msg"` /** * 操作结果 */ Data string `json:"data"` TraceId string `json:"traceId"` }
func (*DecorationDeleteImgeForSingleResponse) IsSuccess ¶
func (response *DecorationDeleteImgeForSingleResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.