接口名称 邀请排行     web domain
地址 https://api.cnlive.com/open/api2/user/getInviteRankingH5
method post
返回数据 json

请求参数说明:

参数 必选 类型 说明
appId true string 应用ID
uid true string 用户ID

返回格式说明:

{
 "errorCode": "0",
 "errorMessage": "成功",
 "data": {
 "point": 100,
 "totalNumber": 1,
 "rankingBeans": [
 {
 "rankId": 1,
 "num": 30,
 "nickName": "小李",
 "point": 500000
 },
 {
 "rankId": 2,
 "num": 10,
 "nickName": "小王",
 "point": 300000
 },
 {
 "rankId": 3,
 "num": 10,
 "nickName": "马小马",
 "point": 200000
 }
 ]
 }
}

{
 "errorCode":"1", 
 "errorMessage":"请求参数无效" 
}