wmoperimageuploadnowater

package
v0.0.0-...-905ac7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WmoperImageUploadNoWaterData

type WmoperImageUploadNoWaterData struct {
	/**
	 * 图片地址
	 */
	PicUrl string `json:"pic_url"`
	/**
	 * 图片code
	 */
	PicCode string `json:"pic_code"`
}

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

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL