bahasaindo
  1. 后台-课程
bahasaindo
  • 前台-课程
    • 查看所有课程
      POST
    • 查看课程详情
      GET
    • 获取播放授权码
      GET
    • 试卷随机列表
      GET
    • 提交试卷
      POST
  • 前台-会员
    • 登录接口
      POST
    • 查询设备数量
      GET
    • 查询登陆设备列表 
      GET
  • 后台-课程
    • 上传视频
      POST
    • 检查视频是否存在
      GET
    • 保存试卷
      POST
    • 试卷列表
      GET
  • 后台-会员
    • 新增会员
      POST
    • 更新会员
      POST
    • 删除会员
      DELETE
    • 查询登陆设备列表
      GET
    • 删除登陆设备
      DELETE
    • 会员列表
      POST
    • 导出会员列表
      POST
    • 导入会员列表
      POST
  • 后台-用户
    • 获取验证码
      GET
    • 登录
      POST
  1. 后台-课程

试卷列表

正式环境
http://34.150.122.99:9000
正式环境
http://34.150.122.99:9000
GET
http://34.150.122.99:9000
/business/admin/section/exam/list

请求参数

Query 参数
sectionId
string 
小节ID
可选
示例值:
WAKUaZ5Z
Header 参数
Token
string 
可选
示例值:
yO50wjGe

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://34.150.122.99:9000/business/admin/section/exam/list?sectionId=WAKUaZ5Z' \
--header 'Token: yO50wjGe'

返回响应

🟢200成功
application/json
Body
success
boolean 
是否成功
必需
code
string 
错误码
必需
message
null 
错误提示
必需
content
array [object {6}] 
数据
必需
id
string 
题目ID
必需
sectionId
string 
小节ID
必需
content
string 
题目内容
必需
createAt
string 
创建时间
必需
updatedAt
string 
更新时间
必需
questionOptions
array [object {6}] 
选项列表
必需
示例
{
    "success": true,
    "code": "00000",
    "message": null,
    "content": [
        {
            "id": "1783435403444121600",
            "sectionId": "WAKUaZ5Z",
            "content": "你最喜欢吃什么水果?",
            "createAt": "2024-04-25 09:58:29",
            "updatedAt": "2024-04-25 09:58:29",
            "questionOptions": [
                {
                    "id": "1783435403477676032",
                    "questionId": "1783435403444121600",
                    "content": "苹果",
                    "answer": 0,
                    "createAt": "2024-04-25 09:58:29",
                    "updatedAt": "2024-04-25 09:58:29"
                },
                {
                    "id": "1783435403498647552",
                    "questionId": "1783435403444121600",
                    "content": "香蕉",
                    "answer": 1,
                    "createAt": "2024-04-25 09:58:29",
                    "updatedAt": "2024-04-25 09:58:29"
                },
                {
                    "id": "1783435403515424768",
                    "questionId": "1783435403444121600",
                    "content": "橙子",
                    "answer": 0,
                    "createAt": "2024-04-25 09:58:29",
                    "updatedAt": "2024-04-25 09:58:29"
                },
                {
                    "id": "1783435403540590592",
                    "questionId": "1783435403444121600",
                    "content": "火龙果",
                    "answer": 0,
                    "createAt": "2024-04-25 09:58:29",
                    "updatedAt": "2024-04-25 09:58:29"
                }
            ]
        },
        {
            "id": "1783435403557367808",
            "sectionId": "WAKUaZ5Z",
            "content": "你的爱好是?",
            "createAt": "2024-04-25 09:58:29",
            "updatedAt": "2024-04-25 09:58:29",
            "questionOptions": [
                {
                    "id": "1783435403578339328",
                    "questionId": "1783435403557367808",
                    "content": "上班",
                    "answer": 0,
                    "createAt": "2024-04-25 09:58:29",
                    "updatedAt": "2024-04-25 09:58:29"
                },
                {
                    "id": "1783435403603505152",
                    "questionId": "1783435403557367808",
                    "content": "打游戏",
                    "answer": 1,
                    "createAt": "2024-04-25 09:58:29",
                    "updatedAt": "2024-04-25 09:58:29"
                },
                {
                    "id": "1783435403620282368",
                    "questionId": "1783435403557367808",
                    "content": "旅游",
                    "answer": 0,
                    "createAt": "2024-04-25 09:58:29",
                    "updatedAt": "2024-04-25 09:58:29"
                },
                {
                    "id": "1783435403632865280",
                    "questionId": "1783435403557367808",
                    "content": "听歌",
                    "answer": 0,
                    "createAt": "2024-04-25 09:58:29",
                    "updatedAt": "2024-04-25 09:58:29"
                }
            ]
        }
    ]
}
修改于 2024-04-25 09:45:58
上一页
保存试卷
下一页
新增会员
Built with