文档
测试

新-分页获取单词试卷列表

GET
http://localhost:8076/api/dcword/getnewdcwordpaperpagelist

请求参数

参数名
类型
描述
必填
pageindex
int
页码,默认为1
必填
pagesize
int
每页数量默认为30
必填
title
string
试卷标题,模糊查询
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填
data
object
数据字典
必填
count
int
示例:1
必填
rows
array
数据列表
必填
id
int
示例:1
必填
title
string
示例:testtt
必填
description
string
示例:描述1111
必填
sort
int
示例:1
必填