mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-01-01 04:06:37 +08:00
refactor: 后端包结构重构、去除无用的文件
This commit is contained in:
9
server/internal/sys/api/form/form.go
Normal file
9
server/internal/sys/api/form/form.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package form
|
||||
|
||||
// 登录表单
|
||||
type LoginForm struct {
|
||||
Username string `json:"username" binding:"required"`
|
||||
Password string `binding:"required"`
|
||||
Captcha string `binding:"required"`
|
||||
Cid string `binding:"required"`
|
||||
}
|
||||
Reference in New Issue
Block a user