ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
~~~[api] get:园丁端接口地址/specialcourse/order/list *int:page#页码 *int:course_id#课程id *int:promo_id#团购课程id *string:access_token#令牌 <<< { "status": "success", "msg": "查询成功", "data": { "total": 5, "per_page": 20, "current_page": 1, "last_page": 1, "data": [ { "order_id": 1110, "order_no": "20180706100001110", "order_signed": 0, "created_at": "2018-07-06 13:48:44", "signed_time": null, "pid": 818, "p_name": "大宝", "p_mobile": "13622222222" }, { "order_id": 1105, "order_no": "20180626100001105", "order_signed": 0, "created_at": "2018-06-26 11:40:53", "signed_time": null, "pid": 818, "p_name": "大宝", "p_mobile": "13622222222" }, { "order_id": 1083, "order_no": "20180611100001083", "order_signed": 0, "created_at": "2018-06-11 09:42:35", "signed_time": null, "pid": 818, "p_name": "大宝", "p_mobile": "13622222222" }, { "order_id": 1073, "order_no": "20180604100001073", "order_signed": 0, "created_at": "2018-06-04 11:00:37", "signed_time": null, "pid": 829, "p_name": "林林妈妈", "p_mobile": "15911111111" }, { "order_id": 1069, "order_no": "20180531100001069", "order_signed": 0, "created_at": "2018-05-31 13:59:21", "signed_time": null, "pid": 818, "p_name": "大宝", "p_mobile": "13622222222" } ] } } <<< error ~~~ order_signed:0/未签到,1/已签到 signed_time:签到时间