Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Factory ¶
func Factory(codeType Type) interfaces.ICode
Types ¶
type Type ¶
type Type string
const ( // GetUnlimitedQRCode getUnlimitedQRCode 获取不限制的小程序码 GetUnlimitedQRCode Type = "getUnlimitedQRCode" )
type Unlimited ¶
type Unlimited struct {
Scene string `json:"scene"`
Page string `json:"page"`
CheckPath bool `json:"check_path"`
EnvVersion string `json:"env_version"`
Width int64 `json:"width"`
AutoColor bool `json:"auto_color"`
LineColor *power.HashMap `json:"line_color"`
IsHyaLine bool `json:"is_hyaline"`
}
Unlimited 临时二维码
Click to show internal directories.
Click to hide internal directories.