Refactor code

This commit is contained in:
wenxu12345
2021-12-29 16:31:33 +08:00
parent ef67aa9e48
commit 8cd38693dd
2 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ type ImportFriendReq struct {
FromUserID string `json:"fromUserID" binding:"required"`
}
type UserIDResult struct {
UserID string `json:"userID" binding:"required"`
Result int32 `json:"result" binding:"required"`
UserID string `json:"userID""`
Result int32 `json:"result"`
}
type ImportFriendResp struct {
CommResp