|
|
|
@ -383,10 +383,11 @@ func GetFriendList(c *gin.Context) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
resp := api.GetFriendListResp{CommResp: api.CommResp{ErrCode: RpcResp.ErrCode, ErrMsg: RpcResp.ErrMsg}, FriendInfoList: RpcResp.FriendInfoList}
|
|
|
|
|
resp.FriendInfoList[0].CreateTime = resp.FriendInfoList[0].CreateTime / 100
|
|
|
|
|
resp.TestTime = 1641450220
|
|
|
|
|
resp.Data = jsonData.JsonDataList(resp.FriendInfoList)
|
|
|
|
|
log.NewInfo(req.CommID.OperationID, "GetFriendList api return ", resp)
|
|
|
|
|
c.JSON(http.StatusOK, resp)
|
|
|
|
|
//c.JSON(http.StatusOK, resp)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func GetFriendApplyList(c *gin.Context) {
|
|
|
|
|