文档
测试

根据id获取单词库信息(包括选项)

GET
http://localhost:8076/api/dcword/getdcwordsfobyid?id=1

请求参数

参数名
类型
描述
必填
id
int
单词库id
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填
dcWordsInfo
object
单词库信息
必填
id
int
示例:1
必填
title
string
示例:测试第三方都是题22222
必填
category
int
示例:0
必填
content
string
示例:梵蒂冈梵蒂冈水电费噶水电费第三方计费看电视
必填
sort
int
示例:1
必填
createdAt
string
示例:2020-12-22T09:33:37.000Z
必填
updatedAt
string
示例:2020-12-22T09:33:37.000Z
必填
optionList
array
选项列表
必填
id
int
示例:1
必填
dcwordid
int
示例:1
必填
title
string
示例:选项1111
必填
content
string
示例:xxxxx
必填
iscorrectoption
int
示例:1
必填
sort
int
示例:1
必填
createdAt
string
示例:2020-12-22T09:33:37.000Z
必填
updatedAt
string
示例:2020-12-22T09:33:37.000Z
必填