文档
测试

题库下一题(练习)

POST
http://wd.sjzyxt.com/api.php/wenda/tiku_next

请求参数

参数名
类型
描述
必填
params
必填
uid
用户id
必填
cid
题库分类id
必填
tid
上一题的id
必填
u_daan
用户的答案 大写字母 如:A
必填
dt_id
答题id,从开始答题接口中获取到的
必填
device_params
必填
bundle_id
必填
uuid
必填
idfa
必填
os
必填
签名参数
必填

响应参数

参数名
类型
描述
必填
errcode
string
示例:0
必填
errmsg
string
success
必填
data
object
数据字典
必填
id
string
题目的id
必填
cid
string
题目分类ID
必填
tigan
string
题干
必填
is_type
string
题目类型1单选,2多选
必填
a_as
string
A选项内容
必填
b_as
string
B选项内容
必填
c_as
string
C选项内容
必填
a_is
string
A选项是否正确 1正确2错误
必填
b_is
string
B选项是否正确 1正确2错误
必填
c_is
string
C选项是否正确 1正确2错误
必填
total
string
共多少题
必填
t_total
string
当前第几题(用户已答的总数)
必填

说明 / 示例

{ "errcode":"0", "errmsg":"success", "data":{ "id":"4", "cid":"6", "tigan":"中国近现代史,是指( )年以来中国的历史", "is_type":"1", "a_as":"1830年", "b_as":"1840 年", "c_as":"1842年", "a_is":"2", "b_is":"1", "c_is":"2", "total":"217", "t_total":"2", } }