文档
测试

试玩月榜

POST

说明 / 示例

# 首页-试玩月榜 ## 说明 ``` ``` ### 请求参数 | 参数 | 说明 | 类型 | 备注 | 是否必填 | |---------|----------|--------|----------|----------| | _handle | 处理类 | string | DuDouPage| 是 | | _method | 处理方法 | string | GetDuDouListByMonth| 是 | | pindex| 页码 | string | | 是 | | psize | 条数 | string | | 是 | #### 请求地址 ``` 域名/api/index/ ``` ##### 返回值 ```json { "code": 1, "msg": "succeed", "data": { "total": 100, "data": [ { "No": 1,// 排名 "xy_uid": 100001,// uid "xy_uname": "123",// uname "xy_total_coins": 999,// 试玩收入 "xy_total_tixian": 999,// 奖励 } ] } } ```