文档
测试

题目数据-点击输入

POST
https://liuxue.beiqing86.com/offerapi/Practice/getTopicInfo

请求参数

参数名
类型
描述
必填
uid
int
示例:1
必填
id
int
示例:14
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:操作成功
必填
time
int
示例:0
必填
data
object
数据字典
必填
id
int
示例:14
必填
title
string
示例:Section 4
必填
topic_time
int
示例:1200
必填
topic_ids
string
示例:3
必填
useranswer
用户答案
必填
data
array
数据列表
必填
topic_id
int
示例:3
必填
title
string
示例:Test1-Sention 3-点输
必填
type
int
示例:3
必填
pid
int
示例:0
必填
hear
string
示例:<p>Questions17-20</p><p><br/></p><p>Label the map below.</p><p><br/></p><p>Write the correct <strong>letters</strong>, <strong>A-G</strong>, next to questions 17-20.</p><p style="text-align:center"><img src="/ueditor/php/upload/image/20210112/1610444783395978.png" alt="1610444783395978.png"/></p><p style="text-align: center;"><br/></p><p><br/></p><p><br/></p>
必填
topic
array
数据列表
必填
topic
string
示例:17. Culture Square ____
必填
answer
string
示例:A
必填
analysis
string
示例:题目中定位词是Greenwich Park,考的是它保留了什么。对应原文It contains several historic buildings, including the Old Royal Observatory, the Royal Naval College.
必填

说明 / 示例

``` { "code": 200, "msg": "操作成功", "time": 0, "data": { "id": 14, "title": "Section 4", "topic_time": 1200, "topic_ids": "3", "useranswer": "A!!!!C", "data": [ { "topic_id": 3, "title": "Test1-Sention 3-点输", "type": 3, "pid": 0, "hear": "<p>Questions17-20</p><p><br/></p><p>Label the map below.</p><p><br/></p><p>Write the correct <strong>letters</strong>, <strong>A-G</strong>, next to questions 17-20.</p><p style=\"text-align:center\"><img src=\"/ueditor/php/upload/image/20210112/1610444783395978.png\" alt=\"1610444783395978.png\"/></p><p style=\"text-align: center;\"><br/></p><p><br/></p><p><br/></p>", "topic": [ { "topic": "17. Culture Square ____", "answer": "A", "analysis": "题目中定位词是Greenwich Park,考的是它保留了什么。对应原文It contains several historic buildings, including the Old Royal Observatory, the Royal Naval College." }, { "topic": "18. Culture Square ____", "answer": "A", "analysis": "题目中定位词是Greenwich Park,考的是它保留了什么。对应原文It contains several historic buildings, including the Old Royal Observatory, the Royal Naval College." } ] } ] } } ```