✨ 新增几大中心功能
This commit is contained in:
8
server/model/app/request/login.go
Normal file
8
server/model/app/request/login.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package request
|
||||
|
||||
type Login struct {
|
||||
Username string `json:"username" binding:"required"`
|
||||
Password string `json:"password" binding:"required"`
|
||||
Captcha string `json:"captcha"`
|
||||
CaptchaId string `json:"captchaId"`
|
||||
}
|
||||
Reference in New Issue
Block a user