企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 课程详情 +++ get:/class/getClassDetail/get.do *string:userId=1#用户ID *string:classId=1#课程Id markType=1#markCode(1:TRC 2:ATD 。。。。。) type#内容类型(0:图文 1:视频 2音频) enterFlag#课程类型(0:解读 1:提升 2:我的收藏 3:搜索 4:热门课程 不传:从标签。类别) <<< success { "code": "00000", "info": "信息获取成功。", "data": { "classInfo": { "activityAmount": "90.00", "amount": "100.00", "classId": "1", "className": "爱是人世间最伟大的力量", "classSpeekUserId": "1", "classTime": "", "content": "", "classType": "0", "discription": "", "isFree": "0", "isPay": "1", "isCollect": "1", "markName": "", "markcode": "1", "setbacks": "10", "showImageUrl": "http://118.178.56.10:8080/img_upload/uploadImage/normal/2017/1/201701031553281555222.jpg", "showVideoUrl": "", "status": "0", "sumTime": "", "type": "0" "updateTime": "2017-03-25 " "isAgree": "0", "downClassId": "3", "upClassId": "5", "learnPoint": "30", }, "classSpeekUserInfo": { "discription": "逸起秀幸福教育专家团队,由16位心理学、亲子教育、两性关系、婚姻家庭、身心灵、健康、企业管理、人力资源等资深专家组成。", "id": "1", "userImgUrl": "http://118.178.56.10:8080/img_upload/uploadImage/user_image/2017/1/20170103101301676.jpg", "userName": "逸起幸福君" }, "markList": [ { "classId": "1", "createTime": "", "delFlg": "0", "id": "1", "markCode": "1", "markName": "TRC", "updateTime": "" }, 。。。。。 ], "userInfoList": [ { "userId": "81", "userImage": "", }, 。。。。。。 "classStatistics": { "classId": "1", "commentCount": "0", "createTime": "2017-01-03 15:55:25.0", "delFlg": "0", "id": "25", "markCount": "0", "payUserCount": "0", "readCount": "113", "star": "0", "starCount": "0", "agreeCount": "0", "listenCount": "0", "listenCount": 0, "updateTime": "2017-06-28 13:18:08.0" } } } <<< error +++ classInfo : 课程基本信息 |序号|名称|描述|备注| | -- | -- | -- | -- | | |classId|课程id|| | |className|课程名称|| | |classType|课程类型|0:解读 其余为提升| | |classTypeName|课程类型名称|| | |className|课程名称|| | | discription | 概述 | -- | | | isPay | 是否已购买 | 0:未购买 1 :购买 | | | isFree | 是否免费 | 0:免费;1:收费; 2:会员免费 | | |activityAmount|活动价格|| | |amount|价格|| | | showImgUrl | 展示图片 | -- | | | showVideoUrl | 展示视频 | -- | | | type | 课程内容类型 | 0:图文;1视频 2:音频 | | | updateTime | 课程更新时间 | | | | content | 文章类容 | | | | setbacks | 进度 | | | | status | 状态 |0:学习中 1:已学完 2:未学习 | | | isCollect | 是否收藏 |0:未收藏 1:收藏 | | | isAgree | 是否点赞 |0:未点赞 1:点赞 | | | downClassId | 下一页classId | | | | upClassId | 上一页classId | | | | learnPoint | 学习时刻 | | | | classSpeekUserInfo | 章节讲师信息 || |序号|名称|描述|备注| | -- | -- | -- | -- | | | |id | 讲师Id | | || userName | 章节讲师昵称 | | | |userImgUrl | 章节讲师头像 | | | |discription | 章节讲师简介 | markList : 课程标签 |序号|名称|描述|备注| | -- | -- | -- | -- | | | markCode | 标签Code | -- | | | markName | 标签名称 | -- | classStatistics : 课程统计信息 |序号|名称|描述|备注| | -- | -- | -- | -- | | | readCount | 阅读数 | -- | | | markCount | 收藏数 | -- | | | payUserCount | 付费数 | -- | | | commentCount | 评论数 | -- | | | star | 星级 | -- | | | agreeCount | 点赞人数 | -- | | |listenCount | 收听次数 | -- | userInfoList : 用户信息列表 |序号|名称|描述|备注| | -- | -- | -- | -- | | | userId | 用户ID | -- | | | userImage | 用户图片 | -- |