简要描述:
- 开品实验室--开品列表
请求域名:
- http://xx.com
请求URL:
POST/plugin.event-registration.api.transcript.getList
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
keyword | 否 | string | 搜索关键字 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "获取数据成功",
"data": {
"current_page": 1,
"data": [{
"id": 3,
"relation_name": "bbb",
"mobile": "18373499347",
"level_name": "一等奖",
"goods_id": 37167,
"student_id": 4,
"score": 100,
"goods": {
"id": 37167,
"title": "赛事报名1",
"status_name": null
},
"student": {
"id": 4,
"relation_name": "bbb"
},
"event_registration_order": {
"id": 1,
"apply_id": 3,
"order_id": 10801
}
}, {
"id": 6,
"relation_name": "aaa",
"mobile": "18373499347",
"level_name": "二等奖",
"goods_id": 37167,
"student_id": 1,
"score": 90,
"goods": {
"id": 37167,
"title": "赛事报名1",
"status_name": null
},
"student": {
"id": 1,
"relation_name": "aaa"
},
"event_registration_order": {
"id": 2,
"apply_id": 6,
"order_id": 10805
}
}, {
"id": 8,
"relation_name": "bbb",
"mobile": "18373499347",
"level_name": "三等奖",
"goods_id": 37167,
"student_id": 2,
"score": 80,
"goods": {
"id": 37167,
"title": "赛事报名1",
"status_name": null
},
"student": {
"id": 2,
"relation_name": "bbb"
},
"event_registration_order": {
"id": 3,
"apply_id": 8,
"order_id": 10807
}
}, {
"id": 12,
"relation_name": "1234214",
"mobile": "18373499347",
"level_name": "四等奖",
"goods_id": 37167,
"student_id": 14,
"score": 70,
"goods": {
"id": 37167,
"title": "赛事报名1",
"status_name": null
},
"student": {
"id": 14,
"relation_name": "1234214"
},
"event_registration_order": {
"id": 4,
"apply_id": 12,
"order_id": 10814
}
}, {
"id": 18,
"relation_name": "啊手动阀",
"mobile": "13751611472",
"level_name": null,
"goods_id": 37167,
"student_id": 17,
"score": 10,
"goods": {
"id": 37167,
"title": "赛事报名1",
"status_name": null
},
"student": {
"id": 17,
"relation_name": "啊手动阀"
},
"event_registration_order": {
"id": 7,
"apply_id": 18,
"order_id": 10818
}
}],
"first_page_url": "https:\/\/dev15.yunzmall.com\/addons\/yun_shop\/api.php?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https:\/\/dev15.yunzmall.com\/addons\/yun_shop\/api.php?page=1",
"links": [{
"url": null,
"label": "« 上一页",
"active": false
}, {
"url": "https:\/\/dev15.yunzmall.com\/addons\/yun_shop\/api.php?page=1",
"label": "1",
"active": true
}, {
"url": null,
"label": "下一页 »",
"active": false
}],
"next_page_url": null,
"path": "https:\/\/dev15.yunzmall.com\/addons\/yun_shop\/api.php",
"per_page": 15,
"prev_page_url": null,
"to": 5,
"total": 5
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | 成绩id |
thumb | string | 主图 |
goods.title | string | 活动名称 |
goods.thumb_link | string | 活动图片 |
relation_name | string | 学生姓名 |
score | float | 分数 |
level_name | string | 获奖名称 |
event_registration_goods.value_added_goods_id | int | 增值商品id |
备注:
- 更多返回错误代码请看首页的错误代码描述