试题编辑

接口地址:/exam/edit

请求方式 post

参数:

  • id 试题id

  • title 标题

  • img 图片

  • options 选项 json串

    [
      {
          "num":1,
          "txt":"1111",
          "img":"http://ssxx"
      },
      {
          "num":2,
          "txt":"222",
          "img":"http://ssxx2"
      },
      {
          "num":3,
          "txt":"222",
          "img":"http://ssxx3"
      }
    ]
  • answer 答案 json数组,考虑以后兼容多选

    [1]

返回格式:

Last updated

Was this helpful?