💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 课程一览/筛选/排序 +++ get:/class/getall.do *string:userId=1#用户ID *string:index=0#初始页 *string:pageSize=10#件数 string:classType#课程类型1:解读。) string:className=xxx#课程名字(模糊查询用) <<< success { "code": "00000", "info": "信息获取成功。", "data": [ { "activityAmount": 0, "amount": 0, "classDetailInfoList": [], "classDynamicInfoList": [], "classId": "3", "classMarkInfoList": [ { "classId": "3", "createTime": "", "delFlg": "0", "id": "5", "markCode": "5", "markName": "子女教育", "updateTime": "" }, { "classId": "3", "createTime": "", "delFlg": "0", "id": "4", "markCode": "1", "markName": "两性关系", "updateTime": "" } ], "className": "精神2", "classSpeekUserInfoList": [], "classStatistics": { "classId": "", "commentCount": "", "createTime": "", "delFlg": "", "id": "", "markCount": "", "payUserCount": "", "readCount": "", "star": 0, "starCount": "", "updateTime": "" }, "classType": "1", "classTypeName": "精神", "commentCount": "", "createTime": "", "delFlg": "0", "discription": "test2", "endTime": "", "isFree": "0", "isPay": "0", "isTop": "0", "level": "", "markCode": [], "markCount": "", "readCount": "", "showImgId": "1", "showImgUrl": "http://img3.redocn.com/tupian/20150806/weimeisheyingtupian_4779232.jpg", "showVideoId": "2", "showVideoUrl": "", "singleFlg": "1", "speekUserId": "2", "star": 0, "startTime": "", "topLevel": "", "type": "", "updateTime": "", "userId": "" }, { "activityAmount": 0, "amount": 0, "classDetailInfoList": [], "classDynamicInfoList": [], "classId": "2", "classMarkInfoList": [ { "classId": "2", "createTime": "", "delFlg": "0", "id": "3", "markCode": "2", "markName": "亲情", "updateTime": "" } ], "className": "体觉1", "classSpeekUserInfoList": [], "classStatistics": { "classId": "2", "commentCount": "78", "createTime": "", "delFlg": "", "id": "2", "markCount": "0", "payUserCount": "0", "readCount": "2", "star": 5, "starCount": "0", "updateTime": "2016-12-06 10:14:50.0" }, "classType": "2", "classTypeName": "体觉", "commentCount": "78", "createTime": "", "delFlg": "0", "discription": "test", "endTime": "", "isFree": "0", "isPay": "0", "isTop": "0", "level": "", "markCode": [], "markCount": "0", "readCount": "2", "showImgId": "1", "showImgUrl": "http://img3.redocn.com/tupian/20150806/weimeisheyingtupian_4779232.jpg", "showVideoId": "2", "showVideoUrl": "", "singleFlg": "0", "speekUserId": "1", "star": 5, "startTime": "", "topLevel": "", "type": "", "updateTime": "", "userId": "" }, { "activityAmount": 0, "amount": 0, "classDetailInfoList": [], "classDynamicInfoList": [], "classId": "1", "classMarkInfoList": [ { "classId": "1", "createTime": "", "delFlg": "0", "id": "1", "markCode": "3", "markName": "友情", "updateTime": "" }, { "classId": "1", "createTime": "", "delFlg": "0", "id": "2", "markCode": "2", "markName": "亲情", "updateTime": "" } ], "className": "精神1", "classSpeekUserInfoList": [], "classStatistics": { "classId": "1", "commentCount": "82", "createTime": "", "delFlg": "0", "id": "1", "markCount": "98", "payUserCount": "93", "readCount": "218", "star": 3.0833333333333, "starCount": "12", "updateTime": "2016-12-06 13:36:28.0" }, "classType": "1", "classTypeName": "精神", "commentCount": "82", "createTime": "", "delFlg": "0", "discription": "test1", "endTime": "", "isFree": "0", "isPay": "8", "isTop": "0", "level": "", "markCode": [], "markCount": "98", "readCount": "218", "showImgId": "1", "showImgUrl": "http://img3.redocn.com/tupian/20150806/weimeisheyingtupian_4779232.jpg", "showVideoId": "2", "showVideoUrl": "", "singleFlg": "0", "speekUserId": "1", "star": 3.0833333333333, "startTime": "", "topLevel": "", "type": "", "updateTime": "", "userId": "" } ] } <<< error +++ ####参数接口描述(data中的内容):list |序号|名称|描述|备注| | -- | -- | -- | -- | | |classId|课程id|| | |className|课程名称|| | |classType|课程类型|| | |classTypeName|课程类型名称|| | |className|课程名称|| | | discription | 概述 | -- | | | isPay | 是否已购买 | 0:未购买;其他为已购买 | | | isCollect | 是否已收藏 | 0:未收藏;其他为已收藏 | | | isFree | 是否免费 | 0:免费;1:收费; 2:会员免费 | | |activityAmount|活动价格|| | |amount|价格|| | | showImgUrl | 展示图片 | -- | | | showVideoUrl | 展示视频 | -- | | | classVideoTime | 展示视频时间 | -- | | | singleFlg | 套课flg | 0:单课程;1:多课程 | | | type | 课程内容类型 | 0:图文;1视频 | | | userId | 用户id | -- | | classMarkInfoList| 课程标签一览 | | 课程一览只获取了3个标签信息| | | markCode | 标签Code | -- | | | markName | 标签名称 | -- | | classStatistics| 课程统计一览 | | | | | readCount | 阅读数 | -- | | | markCount | 收藏数 | -- | | | payUserCount | 付费数 | -- | | | commentCount | 评论数 | -- | | | star | 星级 | -- |