Logo
Explore Help
Register Sign In
ZF/gin-vue-admin
1
0
Fork 0
You've already forked gin-vue-admin
mirror of https://gitcode.com/flipped-aurora/gin-vue-admin.git synced 2026-05-14 11:17:55 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
c42d41cff85869b3c1f6cd5ae63251f4c190815e
gin-vue-admin/server/model/system/response/sys_captcha.go

9 lines
221 B
Go
Raw Normal View History

Unifies the output of the routing layer and the isolated response structure
2020-04-08 14:00:08 +08:00
package response
type SysCaptchaResponse struct {
调整验证码校验规则保证前后端配置一致 #794
2021-11-09 11:37:28 +08:00
CaptchaId string `json:"captchaId"`
PicPath string `json:"picPath"`
@sakishum 去除 json tag 多余的双引号 (#1279) 去除结构体 SysCaptchaResponse 字段CaptchaLength 的 json tag 多余的双引号
2022-11-09 12:03:00 +08:00
CaptchaLength int `json:"captchaLength"`
Captcha (#1329) * feat: #807 自定义验证码开关,可以自行配置 * 添加数据库列表支持:SQL SERVER * [user.vue]: 新增邮箱手机合法性校验,邮箱手机非必填 * [menu.js]: 修复错误的API注释 * 调整配置文件 是其可以支持oracle和mssql Co-authored-by: Yexk <yexk@yexk.cn> Co-authored-by: 逆光飞翔 <191180776@qq.com> Co-authored-by: chenteng <cc17854330572@163.com>
2023-01-01 01:26:57 +08:00
OpenCaptcha bool `json:"openCaptcha"`
Unifies the output of the routing layer and the isolated response structure
2020-04-08 14:00:08 +08:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 71ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API