This commit is contained in:
wangchuxiao
2022-02-09 16:22:58 +08:00
parent 43a9bba96f
commit 6de61cb214
14 changed files with 365 additions and 259 deletions
-1
View File
@@ -70,7 +70,6 @@ func GetUsersByName(c *gin.Context) {
openIMHttp.RespHttp200(c, constant.ErrServer, nil)
return
}
fmt.Println(respPb)
utils.CopyStructFields(&resp.Users, respPb.Users)
resp.ShowNumber = int(respPb.Pagination.ShowNumber)
resp.CurrentPage = int(respPb.Pagination.CurrentPage)