mirror of https://gitee.com/answerdev/answer.git
update ActionRecordReq
This commit is contained in:
parent
184a0324d3
commit
f266da8cea
|
@ -379,7 +379,7 @@ type UserNoticeSetResp struct {
|
|||
|
||||
type ActionRecordReq struct {
|
||||
// action
|
||||
Action string `validate:"required,oneof=login e_mail find_pass" form:"action"`
|
||||
Action string `validate:"required,oneof=login e_mail find_pass modify_pass" form:"action"`
|
||||
IP string `json:"-"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue