文档
测试

获取单词测试排名列表

GET
http://localhost:8076/clientapi/course/getwordranklist?chapterid=1&courseid=1&category=0

请求头

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

请求参数

参数名
类型
描述
必填
courseid
int
课程id
必填
chapterid
int
章节id
必填
category
int
类型,0:中文 1:英文
必填
pageindex
int
页码,默认1
必填
pagesize
int
每页数量,默认50
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填
data
object
数据字典
必填
count
int
示例:5
必填
rows
array
数据列表
必填
id
int
示例:1
必填
courseid
int
课程id
必填
coursechatperid
int
章节id
必填
category
int
类型
必填
memberid
int
用户id
必填
alldcwordscount
int
总题数
必填
correctcount
int
正确题数
必填
errorcount
int
错误题数
必填
usetime
int
使用时间(秒)
必填
createdAt
string
提交日期
必填
yibei_member
object
用户数据
必填
username
string
示例:测试注册账号
必填
yibei_course
object
课程数据
必填
title
string
标题
必填
thumb
string
缩略图
必填
yibei_course_chapter
object
章节数据
必填
title
string
标题
必填
thumb
string
缩略图
必填
rightlv
float
正确率
必填