简要描述:
- 开品实验室--开品列表
请求域名:
- http://xx.com
请求URL:
GET:https://dev15.yunzmall.com/business/25/plugin/eventRegistration/orderList?i=25&mid=164138&type=5&cid=11&student_id=30
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
relation_name | 否 | string | 学生姓名 |
title | 否 | string | 活动名称 |
status | 否 | int | 订单状态 0未支付,3已完成, -1已取消 |
time | 否 | array | 搜索时间数组 |
time[0] | 否 | int | 开始时间 |
time[1] | 否 | int | 结束时间 |
返回示例:
正确时返回:
{
{
"result": 1,
"msg": "\u83b7\u53d6\u6210\u529f",
"data": {
"current_page": 1,
"data": [{
"id": 3,
"uniacid": 25,
"goods_id": 37167,
"relation_name": "bbb",
"mobile": "18373499347",
"work_name": "\u5927\u5927\u65b9\u65b9",
"work_url": "https:\/\/ysm-1251768088.cos.ap-guangzhou.myqcloud.com\/images\/25\/2024\/07\/9c67ea2eb8b6f75c239b6a76fbca1f12.png",
"teacher_name": "\u7684\u5c3a\u5bf8",
"teacher_mobile": "18373499347",
"creator": 165060,
"group_name": "b",
"student_id": 4,
"status": 1,
"score": null,
"level_name": null,
"created_at": "2024-07-08 17:38:52",
"updated_at": "2024-07-08 17:42:12",
"unit": null,
"goods": {
"id": 37167,
"title": "\u8d5b\u4e8b\u62a5\u540d1",
"status_name": null
},
"student": {
"id": 4,
"relation_name": "bbb"
},
"event_registration_order": {
"id": 1,
"apply_id": 3,
"order_id": 10801
}
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | 记录id |
relation_name | string | 学员姓名 |
title | string | 活动名称 |
group_name | string | 组别名称 |
work_name | string | 学作品名称 |
status | int | 0待付款,3已完成, -1 已取消 |
order_sn | string | 订单号 |
apply_id | int | 报名id |
score | string | 分数 |
level_name | string | 获奖等级 |
student_id | string | 学员id |
refund_id | int | 订单退款id,没有申请退款时为0 |
has_one_refund_apply | obj | 有返回值表示已申请退款 |
has_one_refund_apply.status_name | string | 退款状态 |
备注:
- 更多返回错误代码请看首页的错误代码描述