Refactor code

This commit is contained in:
wenxu12345 2022-01-06 18:09:48 +08:00
parent aafbee2a28
commit edfb89a8d9

View File

@ -383,7 +383,6 @@ func GetFriendList(c *gin.Context) {
}
resp := api.GetFriendListResp{CommResp: api.CommResp{ErrCode: RpcResp.ErrCode, ErrMsg: RpcResp.ErrMsg}, FriendInfoList: RpcResp.FriendInfoList}
resp.TestTime = 1641450220
resp.Data = jsonData.JsonDataList(resp.FriendInfoList)
log.NewInfo(req.CommID.OperationID, "GetFriendList api return ", resp)
c.JSON(http.StatusOK, resp)