package
Version:
v0.2.15
Opens a new window with list of versions in this module.
Published: Oct 20, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CheckReq struct {
TencentCaptchaScenes string `json:"tencentCaptchaScenes"`
TencentCaptchaTicket string `json:"tencentCaptchaTicket"`
}
type RootConfig struct {
Config tencentCaptcha `yaml:"tencent-captcha"`
}
type Scenes struct {
CaptchaAppId uint64 `yaml:"captchaAppId"`
AppSecretKey string `yaml:"appSecretKey"`
CaptchaType uint64 `yaml:"captchaType"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.