Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetQRCodeByte ¶
func GetQRCodeByte(args *ArgsGetQRCode) (result []byte, err error)
GetQRCodeByte 生成二维码二进制
Types ¶
type ArgsGetQRCode ¶
type ArgsGetQRCode struct { //二维码内容 Param string `db:"param" json:"param"` //尺寸 Size int `db:"size" json:"size" check:"intThan0"` }
ArgsGetQRCode 生成一般的二维码 反馈base64数据
Click to show internal directories.
Click to hide internal directories.