积分 场次 排名
**请求URL:**
- http://tp.lstranger.icu//api.php/portal/my/ranking
**请求方式:**
- post
**请求头:**
|参数名|必选|类型|说明|
|:---- |:---|:----- |----- |
|XX-Device-Type| 是 | string| code |
|XX-Token| 否 | string| code |
|XX-Api-Version| 否 | string| code |
**参数:**
|参数名|必选|类型|说明|
|:---- |:---|:----- |----- |
|type| 是 | string| 1 是积分 2 是场次|
**返回示例**
```
{
"errno": 0,
"message": "场地获取成功",
"data": []
}
```