Compare commits

..

No commits in common. "db7295465c1d20033498fda4a375eabfa4e57d9f" and "44e12f0b659feece880d2b91272795fc13d84039" have entirely different histories.

1 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@ package proto
type UpdateUserInfoReq struct {
ID int `json:"id" form:"id"` //用户id
Username string `json:"name" form:"name"` //用户名
Username string `json:"username" form:"username"` //用户名
Age int `json:"age" form:"age"` //年龄
Role string `json:"role" form:"role"` //角色
Gender string `json:"gender" form:"gender"` //性别