文档
测试

课程列表

POST
https://zyhapi.oec365.com//Course/list?tenantid=3

请求参数

参数名
类型
描述
必填
tenantid
int
必填
IsDetail
int
默认0,传1获取章节信息
必填
CategoryId
int
分类Id
必填
page
int
必填
size
int
必填
teamName
string
组队学习搜索名称
必填

说明 / 示例

{ "Status": 200, "Message": "OK", "Data": { "page": 1, "size": 10, "PageCount": 1, "TotalItemCount": 1, "TotalCount": 1, "Items": [ { "Id": 5, "CourseCategoryId": 1, "AdminUserId": 1, "AdminUserName": "马医生", "AdminUserPosition": "医生", "AdminUserAvatar": "", "Name": "课程栏", "Count": 0, "Remark": "1", "ImageUrl": "1", "SeeNumber": 1, "CreateTime": "2019-07-26 14:58:51" } ] } }