wmoperngimageuploadnowater

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 WmoperngImageUploadNoWaterData

type WmoperngImageUploadNoWaterData struct {
	/**
	 * 图片code
	 */
	PicCode string `json:"pic_code"`
	/**
	 * 图片url
	 */
	PicUrl string `json:"pic_url"`
}

type WmoperngImageUploadNoWaterRequest

type WmoperngImageUploadNoWaterRequest struct {
	/**
	 *  图片名称
	 */
	ImgName string `json:"img_name"`
	/**
	 *  图片BASE64字符串
	 */
	Img string `json:"img"`
	/**
	 *  图片类型:1.海报,2.招牌,3.安心卡
	 */
	PicType int32 `json:"pic_type"`
}

func (*WmoperngImageUploadNoWaterRequest) DoInvoke

type WmoperngImageUploadNoWaterResponse

type WmoperngImageUploadNoWaterResponse struct {
	Code    string                         `json:"code"`
	Msg     string                         `json:"msg"`
	Data    WmoperngImageUploadNoWaterData `json:"data"`
	TraceId string                         `json:"traceId"`
}

func (*WmoperngImageUploadNoWaterResponse) IsSuccess

func (response *WmoperngImageUploadNoWaterResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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