| 27 | } |
| 28 | |
| 29 | type DeleteUserReq struct { |
| 30 | Username string `json:"username"` |
| 31 | Password string `json:"password"` |
| 32 | } |
| 33 | type UpdateProfileReq struct { |
| 34 | RealName string `json:"realName"` // 真实姓名 |
| 35 | Avatar string `json:"avatar"` // 头像URL |
nothing calls this directly
no outgoing calls
no test coverage detected