新答题卡
  1. 模拟考试
新答题卡
  • 速记本
    • 登录
      • 小程序登录
      • 本地登录
    • 章节
      • 章节列表
      • 试题列表
    • 答题卡
      • 速记本获取试题
      • 错题重练
      • 收藏重练
      • 保存答题卡
      • 提交答题卡
      • 答题卡报告
      • 收藏试题
    • 用户
      • 我的错题
      • 我的收藏
  • AI法小办
    • 登录
      • 小程序登录
      • 本地登录
      • 应用设置
    • 章节
      • 章节列表
      • 章节试题
    • 模拟考试
      • 模拟考试列表
        POST
      • 模拟考试信息
        POST
    • 答题卡
      • 获取答题卡
      • 保存答题卡
      • 提交答题卡
      • 答题卡报告
      • 潜力测评
      • 模拟考试
      • 一题一练
    • 用户
      • 答题记录
      • 错题本
      • 错题列表
      • 上次答题
      • 行为记录
      • 学习报告
    • 积分
      • 我的积分
      • 我的打卡
      • 今日打卡
      • 领取积分
      • 兑换课程
    • 测试
      POST
  1. 模拟考试

模拟考试信息

开发中
POST
/ai/mock/info

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Header 参数
Miniprogram
string 
小程序APPID
可选
Body 参数multipart/form-data
task_id
string 
列表返回的ID
必需
示例值:
70934

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://jinti.shifaedu.com/api/ai/mock/info' \
--header 'Miniprogram;' \
--form 'task_id="70934"'

返回响应

🟢200成功
application/json
Body
id
integer 
必需
name
string 
必需
limited_time
integer 
必需
do_times
integer 
必需
redo_interval
integer 
必需
need_score
integer 
必需
manual_marking
integer 
必需
start_time
integer 
必需
end_time
integer 
必需
is_items_seq_random
integer 
必需
is_options_seq_random
integer 
必需
doing_look_analysis
integer 
必需
pass_score
integer 
必需
enable_facein
integer 
必需
created_user_id
integer 
必需
updated_user_id
integer 
必需
question_report_update_time
integer 
必需
last_review_time
integer 
必需
created_time
integer 
必需
updated_time
integer 
必需
question_report_job_name
string 
必需
exam_mode
integer 
必需
assessment_id
integer 
必需
total_score
integer 
必需
last
object 
必需
id
integer 
必需
bank_id
integer 
必需
name
string 
必需
is_history
integer 
必需
biz_id
integer 
必需
biz_type
string 
必需
category_id
integer 
必需
user_id
integer 
必需
status
string 
必需
total_score
integer 
必需
score
integer 
必需
time
integer 
必需
total_num
integer 
必需
right_num
integer 
必需
wrong_num
integer 
必需
path
null 
必需
created_at
string 
必需
updated_at
string 
必需
deleted_at
null 
必需
count
integer 
必需
示例
{"id":29782,"name":"模拟考试数据测试客观一","limited_time":180,"do_times":1,"redo_interval":0,"need_score":1,"manual_marking":1,"start_time":1745649667,"end_time":1751212799,"is_items_seq_random":0,"is_options_seq_random":0,"doing_look_analysis":0,"pass_score":90,"enable_facein":0,"created_user_id":40094,"updated_user_id":40094,"question_report_update_time":0,"last_review_time":0,"created_time":1745564309,"updated_time":1745564309,"question_report_job_name":"","exam_mode":0,"assessment_id":42741,"last":{"id":3543,"bank_id":0,"name":"模拟考试数据测试客观一","is_history":0,"biz_id":42741,"biz_type":"mock","category_id":0,"user_id":1,"status":"doing","total_score":150,"score":0,"time":0,"total_num":100,"right_num":0,"wrong_num":0,"path":null,"created_at":"2025-04-29 17:14:42","updated_at":"2025-04-29 17:14:42","deleted_at":null},"count":3}
修改于 2025-05-06 05:47:16
上一页
模拟考试列表
下一页
获取答题卡
Built with