文档
测试

获取用户的(付费)学习次数

GET
http://localhost:8076/clientapi/course/getmemberstudycount

请求头

参数名
类型
描述
必填
token
string
示例:790eb9d03efd51450b0eb6fea1371521
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填
studyCount
int
学习次数
必填
studyData
array
历史学习进度数据
必填
id
int
进度id
必填
memberid
int
用户id
必填
startdate
string
开始时间
必填
enddate
string
示例:2022-01-22T19:45:21.000Z
必填
type
int
类型(1:付费,0:免房)
必填
currentcourseid
int
当前课程id
必填
currentcoursechapterid
int
当前章节id
必填
completecoursecount
int
完成课程数量
必填
allcoursecount
int
总课程数量
必填
status
int
状态(0:进行中,1:已完成)
必填
createdAt
string
创建是按
必填
yibei_course
object
当前学习课程
必填
title
string
示例:Application – 手法与实践
必填
yibei_course_chapter
object
当前学习章节
必填
title
string
示例:Application – 手法与实践 Chapter 5
必填