<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                企業??AI智能體構建引擎,智能編排和調試,一鍵部署,支持知識庫和私有化部署方案 廣告
                **基本信息** 接口地址:`http[s]://api.12xue.com/student/v2wrongBooks` 請求方式:`GET` 請求類型:`application/x-www-form-urlencoded` 響應類型:`json` **請求頭** |參數名|必選|描述|默認值| |---|---|---|---| |Token|否|用戶唯一token|-| |Source|是|客戶端來源標識|-| |Version|是|客戶端當前版本號|1.0.0| |Identity|否|用戶角色|-| **參數** |參數名|必選|類型|描述|默認值| |---|---|---|---|---| |schoolid|是|string|學校id|-| |tx|否|string|題型|-| |xkid|否|string|學科id|-| |dyid|否|string|單元id|-| |sxcid|否|string|上下冊id|-| |jieid|否|string|節id|-| |is_important|否|string|是否是重點|-| |p|否|string|分頁參數|-| |num|否|string|一頁展示條數|-| **返回示例** - success ```json { "ret": 0, "msg": "查詢成功", "data": { "chapt_title": { "xkmc": "全部習題" }, "chapt_tree": { "subject": [ { "id": "1", "name": "化學", "code": "1", "pid": "0", "type": "Subject", "xd": "0", "nj": "0", "subject": "0", "grade": "0", "publisher": "0", "volume": "0", "section": "0", "xz": 0, "schoolid": "0", "sort": 0, "ext": "sys", "status": 0, "sys_type": "K12", "create_time": 1466558566, "update_time": 1466558566 }, { "id": "2887", "name": "英語", "code": "2887", "pid": "0", "type": "Subject", "xd": "0", "nj": "0", "subject": "0", "grade": "0", "publisher": "0", "volume": "0", "section": "0", "xz": 0, "schoolid": "0", "sort": 0, "ext": "sys", "status": 0, "sys_type": "K12", "create_time": 1466558566, "update_time": 1466558566 }, { "id": "3248", "name": "地理", "code": "3248", "pid": "0", "type": "Subject", "xd": "0", "nj": "0", "subject": "0", "grade": "0", "publisher": "0", "volume": "0", "section": "0", "xz": 0, "schoolid": "0", "sort": 0, "ext": "sys", "status": 0, "sys_type": "K12", "create_time": 1466558566, "update_time": 1466558566 }, { "id": "3599", "name": "生物", "code": "3599", "pid": "0", "type": "Subject", "xd": "0", "nj": "0", "subject": "0", "grade": "0", "publisher": "0", "volume": "0", "section": "0", "xz": 0, "schoolid": "0", "sort": 0, "ext": "sys", "status": 0, "sys_type": "K12", "create_time": 1466558566, "update_time": 1466558566 }, { "id": "1033146588474389313", "name": "人類文化學習研究", "code": null, "pid": "0", "type": "Subject", "xd": "0", "nj": "0", "subject": "0", "grade": "0", "publisher": "0", "volume": "0", "section": "0", "xz": 0, "schoolid": "1033144472316462450", "sort": 30, "ext": "syn", "status": 0, "sys_type": "K12", "create_time": 1471585464, "update_time": 1471585464 } ] }, "total": "50", "current_page": 1, "per_page": "1", "data": [ { "sys_id": "1495007383117964472", "kcid": "1033149498284441450", "ytlx": 1, "xtid": "1000147744265519616", "xkid": "1", "jieid": "6", "sxda": "wendt", "is_ctb": 2, "is_true": 0, "is_important": 0, "accuracy": 0, "score": 0, "is_auto": "0", "show_time": 0, "id": "1000147744265519616", "tg": "<p>問答題,自由發揮!!!</p>", "tx": "wendt", "da": "1089147032645932523", "nyd": "4", "dajx": "<p>問答題的答案解析區域!!</p>", "uid": "1033145705652157622", "fbrxm": "課堂一師", "fbrxm_addr": null, "xtcode": "", "schoolid": "1033144472316462450", "is_use": "1", "create_time": "1477442655", "update_time": "1477442655", "status": "0", "areaid": "120101", "res_type": "0", "images": "0", "njid": "2", "bbid": "3", "sxcid": "4", "dyid": "5", "daoptions": { "id": "1089147032645932523", "xtid": "1000147744265519616", "xx": null, "xxtpdz": null, "description": "<p>問答題的設置答案內容顯示區域!!!</p>", "sort": "0" }, "dastr": "<p>問答題的設置答案內容顯示區域!!!</p>", "daxx": "", "zsd": [ "根據化學方程式的計算" ], "zsdmc": "根據化學方程式的計算" } ] } } ``` **返回參數說明** |參數名|類型|說明| |---|---|---| |ret |int |狀態碼 0:成功| |msg |string |狀態消息 ok:成功| --: 該接口最后修訂時間:2018-06-07 10:48:45 * * * * *
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看