Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WmoperImageUploadNoWaterRequest ¶
type WmoperImageUploadNoWaterRequest struct { /** * 图片名称 文件名只能是字母或数字,且必须以.jpg结尾 */ ImageName string `json:"imageName"` /** * Base64格式的图片字符串。 */ File string `json:"file"` /** * 图片类型。1海报,2招牌,3安心卡 */ PicType int32 `json:"picType"` }
func (*WmoperImageUploadNoWaterRequest) DoInvoke ¶
func (req *WmoperImageUploadNoWaterRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*WmoperImageUploadNoWaterResponse, error)
type WmoperImageUploadNoWaterResponse ¶
type WmoperImageUploadNoWaterResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data WmoperImageUploadNoWaterData `json:"data"` TraceId string `json:"traceId"` }
func (*WmoperImageUploadNoWaterResponse) IsSuccess ¶
func (response *WmoperImageUploadNoWaterResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.