💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
**基本信息** 接口地址:`http[s]://api.12xue.com/exercises/getXtxTxLibrary` 请求方式:`GET` 请求类型:`application/x-www-form-urlencoded` 响应类型:`json` **请求头** |参数名|必选|描述|默认值| |---|---|---|---| |Token|否|用户唯一token|-| |Source|是|客户端来源标识|-| |Version|是|客户端当前版本号|1.0.0| |Identity|否|用户角色|-| **参数** |参数名|必选|类型|描述|默认值| |---|---|---|---|---| |id|是|string|章节id|-| |xd|否|string|学段|-| **返回示例** - success ```json { "ret": 0, "msg": "操作成功~", "data": [ { "id": 153, "tx": "danxt", "code": "1", "name": "单选题", "xkids": "1071", "default": 0, "xtmodel": 0, "tip": "正确答案", "xd": 34, "sort": 1, "is_show": 0, "create_time": 0 }, { "id": 154, "tx": "duoxt", "code": "1", "name": "多选题", "xkids": "1071", "default": 0, "xtmodel": 0, "tip": "正确答案", "xd": 34, "sort": 4, "is_show": 0, "create_time": 0 }, { "id": 155, "tx": "ldt", "code": "3", "name": "朗读题", "xkids": "1071", "default": 0, "xtmodel": 0, "tip": "朗读材料", "xd": 34, "sort": 8, "is_show": 0, "create_time": 0 }, { "id": 156, "tx": "tkt", "code": "2", "name": "填空题", "xkids": "1071", "default": 0, "xtmodel": 0, "tip": "正确答案", "xd": 34, "sort": 9, "is_show": 0, "create_time": 0 }, { "id": 74, "tx": "pdt", "code": "1", "name": "判断题", "xkids": "1071", "default": 0, "xtmodel": 0, "tip": "正确答案", "xd": 21, "sort": 10, "is_show": 0, "create_time": 0 }, { "id": 157, "tx": "mzdd", "code": "2", "name": "名著导读", "xkids": "1071", "default": 0, "xtmodel": 0, "tip": "正确答案", "xd": 34, "sort": 11, "is_show": 0, "create_time": 0 }, { "id": 158, "tx": "yybd", "code": "3", "name": "语言表达", "xkids": "1071", "default": 0, "xtmodel": 0, "tip": "参考答案", "xd": 34, "sort": 12, "is_show": 0, "create_time": 0 }, { "id": 159, "tx": "mx", "code": "3", "name": "默写", "xkids": "1071", "default": 0, "xtmodel": 0, "tip": "正确答案", "xd": 34, "sort": 13, "is_show": 0, "create_time": 0 }, { "id": 160, "tx": "fy", "code": "3", "name": "翻译", "xkids": "1071", "default": 0, "xtmodel": 0, "tip": "正确答案", "xd": 34, "sort": 14, "is_show": 0, "create_time": 0 }, { "id": 161, "tx": "sgjs", "code": "5", "name": "诗歌鉴赏", "xkids": "1071", "default": 0, "xtmodel": 0, "tip": "正确答案", "xd": 34, "sort": 15, "is_show": 0, "create_time": 0 }, { "id": 76, "tx": "wendt", "code": "3", "name": "问答题", "xkids": "1071", "default": 0, "xtmodel": 0, "tip": "参考答案", "xd": 21, "sort": 24, "is_show": 0, "create_time": 0 }, { "id": 162, "tx": "wywyd", "code": "5", "name": "文言文阅读", "xkids": "1071", "default": 0, "xtmodel": 0, "tip": "正确答案", "xd": 34, "sort": 27, "is_show": 0, "create_time": 0 }, { "id": 163, "tx": "xdwyd", "code": "5", "name": "现代文阅读", "xkids": "1071", "default": 0, "xtmodel": 0, "tip": "正确答案", "xd": 34, "sort": 28, "is_show": 0, "create_time": 0 }, { "id": 164, "tx": "zw", "code": "3", "name": "作文", "xkids": "1071", "default": 0, "xtmodel": 0, "tip": "参考答案", "xd": 34, "sort": 29, "is_show": 0, "create_time": 0 } ] } ``` - error ```json { "ret": -1, "msg": "参数错误或者未定义" } ``` **返回参数说明** |参数名|类型|说明| |---|---|---| |ret |int |状态码 0:成功| |msg |string |状态消息 ok:成功| --: 该接口最后修订时间:2019-04-20 17:02:27 * * * * *