文档
测试

我的作业列表

GET
http://localhost:8848/assignment/my/list

请求参数

参数名
类型
描述
必填
dingUserId
必填
assignName
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
code
string
示例:0
必填
message
string
示例:success
必填
result
object
数据字典
必填
pageNum
int
示例:1
必填
pageSize
int
示例:11
必填
size
int
示例:11
必填
orderBy
object
示例:null
必填
startRow
int
示例:0
必填
endRow
int
示例:10
必填
total
int
示例:11
必填
pages
int
示例:1
必填
list
array
数据列表
必填
id
int
示例:1
必填
assignName
string
示例:作业名称
必填
submitType
int
示例:0 提交方式个人/分组 0/1
必填
deadlineTime
string
示例:2022-05-26T16:00:00.000+00:00
必填
totalScore
float
示例:28.5
必填
status
int
示例:0 去做作业/1 学生已提交/2 老师已批阅/3 已发布分数/4 未提交,时间已过
必填
firstPage
int
示例:1
必填
prePage
int
示例:0
必填
nextPage
int
示例:0
必填
lastPage
int
示例:1
必填
isFirstPage
boolean
示例:true
必填
isLastPage
boolean
示例:true
必填
hasPreviousPage
boolean
示例:false
必填
hasNextPage
boolean
示例:false
必填
navigatePages
int
示例:8
必填
navigatepageNums
array
数据列表
必填