多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 已购买或收藏的课程一览 +++ get:/user/class/get.do *string:userId=1#用户ID *string:index=0#初始页 *string:pageSize=10#件数 string:classType#课程类型(0:思维逻辑;1:。。。) string:singleFlg#是否是单课程(0:单课程;1:多课程) string:isFree#是否免费(0:免费;1:不免费) string:addType#已购买还是收藏(0:收藏;1:已购买) string:sumTime#根据总学习时间排序(传0或者不传) string:monthTime#根据月学习时间排序(传0或者不传) string:weekTime#根据周学习时间排序(传0或者不传) string:readCount#根据阅读数排序(传0或者不传) string:markCount#根据收藏数排序(传0或者不传) string:commentCount#根据评论数排序(传0或者不传) string:payCount#根据购买数排序(传0或者不传) <<< success { "code": "00000", "info": "信息获取成功。", "data": [ { "activityAmount": 0, "addType": "", "amount": 0, "classDetailInfoList": [], "classDynamicInfoList": [], "classId": "1", "classMarkInfoList": [], "className": "精神1", "classSpeekUserInfoList": [], "classStatistics": { "classId": "", "commentCount": "", "createTime": "", "delFlg": "", "id": "", "markCount": "", "payUserCount": "", "readCount": "", "star": 0, "starCount": "", "updateTime": "" }, "classType": "1", "classTypeName": "", "commentCount": "0", "createTime": "", "delFlg": "0", "discription": "test1", "endTime": "", "id": "8", "isFree": "0", "isPay": "", "isTop": "0", "level": "", "markCode": [], "markCount": "0", "monthTime": "0", "readCount": "0", "showImgId": "1", "showImgUrl": "", "showVideoId": "2", "showVideoUrl": "", "singleFlg": "0", "speekUserId": "1", "star": 0, "startTime": "", "sumTime": "0", "topLevel": "", "type": "", "updateTime": "", "userId": "", "weekTime": "0" } ] } <<< error +++ ####参数接口描述(data中的内容):record |序号|名称|描述|备注| | -- | -- | -- | -- | | |classId|课程id|| | |className|课程名称|| | | discription | 概述 | -- | | | isFree | 是否免费 | 0:免费;1:收费; 2:会员免费 | | |activityAmount|活动价格|| | |amount|价格|| | | showImgUrl | 展示图片 | -- | | | showVideoUrl | 展示视频 | -- | | | classVideoTime | 视频时间 | -- | | | singleFlg | 套课flg | 0:单课程;1:多课程 | | | type | 课程内容类型 | 0:图文;1视频 | | | userId | 用户id | -- | | classStatistics| 课程统计一览 | | | | | readCount | 阅读数 | -- | | | markCount | 收藏数 | -- | | | payUserCount | 付费数 | -- | | | commentCount | 评论数 | -- | | | star | 星级 | -- |