<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>

                ??一站式輕松地調用各大LLM模型接口,支持GPT4、智譜、豆包、星火、月之暗面及文生圖、文生視頻 廣告
                # 獲取文章 - 1.通過文章```id```獲取一篇文章 ~~~[api] get:/article/get/id *string:id=1#文章id <<< success { "status": true, "resdata": { "id": 1, "title": "天商計科專業簡介", "content": "文章內容....", "cover": null, "time": "2018-02-26 15:30:36", "tagid": "[\"001\"]", "typeid": 3, "publishcount": 0, "collection": false, "viewcount": 1, "tags": [ { "tagid": "001", "tagname": "計算機科學與技術" } ] } } <<< error { "status": false, "title": "文章不存在" } ~~~ - 2.獲取文章類型 ~~~[api] get:/article/get/articletype <<< success { "status": true, "resdata": [ { "typeid": 1, "typename": "招生文章" }, { "typeid": 2, "typename": "學校文章" }, { "typeid": 3, "typename": "院系簡介" }, { "typeid": 4, "typename": "實時文章" } ] } <<< error { "status": false, "title": "文章類型不存在" } ~~~ - 3.通過文章類型獲取文章 ~~~[api] get:/article/get/type *string:type=1#文章類型 *int:page=1#當前頁碼 *int:count=2#數量 <<< success { "status": true, "resdata": [ { "id": 5, "title": "測試文章", "content": "this is a test article!", "cover": null, "time": "2018-12-01 16:06:31", "tagid": "[\"001\", \"002\", \"003\"]", "typeid": 1, "publishcount": 0, "viewcount": 0, "tags": [ { "tagid": "001", "tagname": "計算機科學與技術" }, { "tagid": "002", "tagname": "軟件工程" }, { "tagid": "003", "tagname": "電子商務" } ] }, { "id": 4, "title": "天津商業大學2018年在安徽藝術類專業招生錄取相關情況一覽表", "content": "<p style=\"text-align: center\">\r\n\t<img src=\"http://zs.tjcu.edu.cn/__local/F/39/C3/0DFA0443823A016BFD663BE7894_B28549B9_D81B.jpg\" width=\"100%\" />\r\n</p>", "cover": "http://zs.tjcu.edu.cn/__local/F/39/C3/0DFA0443823A016BFD663BE7894_B28549B9_D81B.jpg", "time": "2018-10-11 18:40:41", "tagid": "[\"003\"]", "typeid": 1, "publishcount": 1, "viewcount": 0, "tags": [ { "tagid": "003", "tagname": "電子商務" } ] } ], "total": 3 } <<< error { "status": false, "title": "文章不存在" } ~~~ - 4.通過標簽獲取文章 ~~~[api] get:/article/get/tag *string:tag=001#文章標簽 *int:page=1#當前頁碼 *int:count=2#數量 <<< success { "status": true, "resdata": [ { "id": 5, "title": "測試文章", "content": "this is a test article!", "cover": null, "time": "2018-12-01 16:06:31", "tagid": "[\"001\", \"002\", \"003\"]", "typeid": 1, "publishcount": 0, "viewcount": 0, "tags": [ { "tagid": "001", "tagname": "計算機科學與技術" }, { "tagid": "002", "tagname": "軟件工程" }, { "tagid": "003", "tagname": "電子商務" } ] }, { "id": 3, "title": "天津商業大學2018年普通本科招生章程", "content": " ...content.... ", "cover": null, "time": "2018-12-02 17:52:55", "tagid": "[\"001\"]", "typeid": 1, "publishcount": 1, "viewcount": 0, "tags": [ { "tagid": "001", "tagname": "計算機科學與技術" } ] } ], "total": 3 } <<< error { "status": false, "title": "文章不存在" } ~~~ - 5.通過學院```id```獲取具體介紹 ~~~[api] get:/article/get/college *string:id=10#學校院id <<< success { "status": true, "resdata": { "id": 10, "title": "信息工程學院", "content": "學院簡介HTML內容", "major": [ "計算機科學與技術", "軟件工程", "電子商務", "信息管理與信息系統", "自動化", "通信工程" ], "cover": "", "publishcount": 0, "viewcount": 5 } } <<< error { "status": false, "title": "文章不存在" } ~~~ - 6.獲取學院列表 ~~~[api] get:/article/get/collegelist <<< success { "status": true, "resdata": [ { "id": 1, "title": "機械工程學院", "content": "學院簡介...", "major": [ "能源與動力工程", "建筑環境與能源應用工程", "包裝工程", "機械設計制造及自動化" ], "cover": "", "publishcount": 0, "viewcount": 1 }, { "id": 2, "title": "經濟學院", "content": "學院簡介...", "major": [ "經濟學", "國際經濟與貿易", "財政學", "金融學", "信用管理" ], "cover": "", "publishcount": 0, "viewcount": 0 }, { "id": 3, "title": "管理學院", "content": "學院簡介...", "major": [ "工商管理", "市場營銷", "人力資源管理", "物流管理", "寶石及材料工藝學", "旅游管理", "酒店管理", "工程管理" ], "cover": "", "publishcount": 0, "viewcount": 0 }, { "id": 4, "title": "會計學院", "content": "學院簡介...", "major": [ "會計學", "財務管理" ], "cover": "", "publishcount": 0, "viewcount": 0 }, { "id": 5, "title": "生物技術與食品科學學院", "content": "學院簡介...", "major": [ "食品科學與工程", "生物工程", "制藥工程", "生物技術", "食品質量與安全", "藥事管理", "應用化學" ], "cover": "", "publishcount": 0, "viewcount": 0 }, { "id": 6, "title": "法學院", "content": "學院簡介...", "major": [ "法學", "應用心理學" ], "cover": "", "publishcount": 0, "viewcount": 0 }, { "id": 7, "title": "公共管理學院", "content": "學院簡介...", "major": [ "行政管理", "公共事業管理", "土地資源管理", "會展經濟與管理" ], "cover": "", "publishcount": 0, "viewcount": 0 }, { "id": 8, "title": "外國語學院", "content": "學院簡介...", "major": [ "英語", "日語" ], "cover": "", "publishcount": 0, "viewcount": 0 }, { "id": 9, "title": "理學院", "content": "<學院簡介...", "major": [ "信息與計算科學", "數學與應用數學", "應用物理學", "統計學", "應用統計學" ], "cover": "", "publishcount": 0, "viewcount": 0 }, { "id": 10, "title": "信息工程學院", "content": "學院簡介...", "major": [ "計算機科學與技術", "軟件工程", "電子商務", "信息管理與信息系統", "自動化", "通信工程" ], "cover": "", "publishcount": 0, "viewcount": 17 }, { "id": 11, "title": "國際教育合作學院", "content": "學院簡介...", "major": [ "酒店管理(中美合作)", "財務管理(中澳合作)", "旅游管理(高爾夫經營管理方向)" ], "cover": "", "publishcount": 0, "viewcount": 0 }, { "id": 12, "title": "藝術學院", "content": "學院簡介...", "major": [ "視覺傳達設計", "環境設計", "產品設計", "動畫", "造型藝術", "藝術管理", "工業設計(理工類)" ], "cover": "", "publishcount": 0, "viewcount": 0 } ] } <<< error { "status": false, "title": "沒有獲取到數據" } ~~~
                  <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>

                              哎呀哎呀视频在线观看