接口名称 我的邀请记录     web domain
地址 https://api.cnlive.com/open/api2/user/readUserInvitesH5
method post
返回数据 json

请求参数说明:

参数 必选 类型 说明
appId true string 应用ID
uid true string 用户ID
page true string 当前页数
pageSize true string 一页显示几条
sign true string 签名

返回格式说明:

{
 "errorCode": "0",
 "errorMessage": "成功",
 "data": {
 "userInvitesBeans": [
 {
 "createTime": "2019-11-18 17:14:49",
 "status": 1,
 "inviterPoint": 100,
 "nickName": "136xxxx1724",
 "facePath": "https://wjj.ys1.cnliveimg.com/769/img/2018/0416/head.png"
 }
 ],
 "previous_cursor": "0",
 "next_cursor": "0",
 "total_number": "1"
 }
}
{
 "errorCode":"1", 
 "errorMessage":"请求参数无效" 
}