conversation add fields

This commit is contained in:
Gordon
2022-04-20 18:47:21 +08:00
parent d44d5711cb
commit 00664822ec
7 changed files with 51 additions and 4 deletions
+1 -1
View File
@@ -86,6 +86,6 @@ func UserToken(c *gin.Context) {
}
resp := api.UserTokenResp{CommResp: api.CommResp{ErrCode: reply.CommonResp.ErrCode, ErrMsg: reply.CommonResp.ErrMsg},
UserToken: api.UserTokenInfo{UserID: req.FromUserID, Token: reply.Token, ExpiredTime: reply.ExpiredTime}}
log.NewInfo(req.OperationID, "UserRegister return ", resp)
log.NewInfo(req.OperationID, "UserToken return ", resp)
c.JSON(http.StatusOK, resp)
}