文档
测试

获取分类列表

GET
/study/stCourseType/getTypeList

请求参数

参数名
类型
描述
必填
officeId
string
平台id
必填

响应参数

参数名
类型
描述
必填
respCode
string
示例:0000
必填
respDesc
string
示例:成功
必填
result
array
数据列表
必填
id
string
示例:156 (typeId)
必填
isNewRecord
boolean
示例:false
必填
name
string
示例:文化历史 (类别名称)
必填

说明 / 示例

{ "respCode": "0000", "respDesc": "成功", "result": [ { "id": "156", "isNewRecord": false, "name": "文化历史" }, { "id": "157", "isNewRecord": false, "name": "党章党规" } ] }