文档
测试

培训学习系统——最受关注课程

GET
http://nmgjswmjs.csppcj.com/study/data/getPopularCourse

接口描述

数据格式具体参见下面 说明/示例、

请求参数

参数名
类型
描述
必填
type
int
示例:1 (第几季度 )
必填
officeId
string
示例:efaff1433bf14e47998a4d3f3156b450 (平台id)
必填

响应参数

参数名
类型
描述
必填
respCode
string
示例:0000
必填
respDesc
string
示例:成功
必填
result
array
数据列表
必填
name
string
示例: 课程名称1 (课程名称)
必填
total
int
示例:10 (总学习人数)
必填
sort
int
示例:1 (排名)
必填

说明 / 示例

* 第一季度:1月-3月 type = 1 * 第二季度:4月-6月 type = 2 * 第三季度:7月-9月 type = 3 * 第四季度:10月-12月 type = 4 { "respCode": "0000", "respDesc": "成功", "result": [ { "name": " 课程名称1", "total": 10, "sort": 1 }, { "name": " 课程名称999999", "total": 1, "sort": 2 } ] } 若当前季度下无数据,则返回: {"respCode":"0000","respDesc":"成功","result":"暂无数据"}