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

请求参数说明:

参数 必选 类型 说明
appId true string 应用ID
uid true string 用户ID
activityId true string 活动ID
sign true string 签名

返回格式说明:

{
 "errorCode": "0",
 "errorMessage": "成功",
 "data": [
 {
 "createTime": "2019-12-28 12:02:56",
 "status": 1,
 "inviterPoint": 500,
 "nickName": "133xxxx3777",
 "facePath": "https://wjj.ys1.cnliveimg.com/769/img/2018/0416/head.png"
 },
 {
 "createTime": "2019-12-28 12:02:55",
 "status": 1,
 "inviterPoint": 500,
 "nickName": "133xxxx3777",
 "facePath": "https://wjj.ys1.cnliveimg.com/769/img/2018/0416/head.png"
 },
 {
 "createTime": "2019-12-28 12:01:23",
 "status": 2,
 "inviterPoint": 500,
 "nickName": "134xxxx0858",
 "facePath": "https://wjj.ys1.cnliveimg.com/769/img/2018/0416/head.png"
 }
 ]
}
{
 "errorCode":"1", 
 "errorMessage":"请求参数无效" 
}