文档
测试

课程统计

GET
/study/data/courses

请求参数

参数名
类型
描述
必填
officeId
String
平台ID
必填

响应参数

参数名
类型
描述
必填
respCode
string
示例:0000
必填
respDesc
string
示例:成功
必填
result
object
数据字典
必填
courseList
array
数据列表
必填
timeList
array
数据列表(时间数组)
必填
peopleList
array
数据列表(人数数组)
必填
name
string
示例: 课程名称(课程名称)
必填
id
int
示例:185
必填

说明 / 示例

{ "respCode":"0000", "respDesc":"成功", "result":{ "courseList":[ { "timeList":[ "09月23日", "09月24日", "09月25日", "09月26日", "09月27日" ], "peopleList":[ 0, 0, 0, 0, 1 ], "name":" 课程名称", "id":185 }, { "timeList":[ "09月23日", "09月24日", "09月25日", "09月26日", "09月27日" ], "peopleList":[ 1, 0, 0, 0, 0 ], "name":"二千五", "id":184 }, { "timeList":[ "09月23日", "09月24日", "09月25日", "09月26日", "09月27日" ], "peopleList":[ 0, 0, 0, 0, 0 ], "name":"QQ群", "id":183 }, { "timeList":[ "09月23日", "09月24日", "09月25日", "09月26日", "09月27日" ], "peopleList":[ 0, 0, 0, 0, 0 ], "name":"英雄联盟2", "id":172 }, { "timeList":[ "09月23日", "09月24日", "09月25日", "09月26日", "09月27日" ], "peopleList":[ 0, 0, 0, 0, 0 ], "name":"英雄联盟4", "id":174 } ] } }