企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
+++ get:园丁基础地址/course/signedstatistic *int:page#页码 *int:kid#机构id *int:cid#班级id,如果选择班级有班级id,如果没有,可以不用传 *string:begin#开始日期2018-01-01 *sting:end#结束日期2018-02-01 *string:access_token#令牌 <<< <<< error +++ 没有cid返回数据 { "status": "success", "data": { "total": 2, "per_page": 20, "current_page": 0, "last_page": 1, "data": [ { "course_id": 16, "course_name": "美术课", "times": "1", "classList": [ { "class_name": "普林斯顿班", "times": "1" } ] }, { "course_id": 17, "course_name": "跆拳道", "times": "2", "classList": [ { "class_name": "升阳测试班级", "times": "2" } ] } ] } } times: 单次划课几小时 scd_id: 宝宝购买课程记录id schedule_id: 上课时间记录id /courses/tags 这个接口返回字段CS_ID id: 签到划课记录id,编辑的时候要传 有cid返回数据 { "status": "success", "data": { "total": 1, "per_page": 20, "current_page": 0, "last_page": 1, "data": [{ "course_id": 17, "course_name": "跆拳道", "times": "2" }] } }