新增试题
接口地址:/exam/add
参数:
[ { "num":1, "txt":"1111", "img":"http://ssxx" }, { "num":2, "txt":"222", "img":"http://ssxx2" }, { "num":3, "txt":"222", "img":"http://ssxx3" } ][1]
返回格式:
Last updated
Was this helpful?
[
{
"num":1,
"txt":"1111",
"img":"http://ssxx"
},
{
"num":2,
"txt":"222",
"img":"http://ssxx2"
},
{
"num":3,
"txt":"222",
"img":"http://ssxx3"
}
][1]Last updated
Was this helpful?
Was this helpful?
{
"code":1,
"data":{},
"msg":"success"
}