<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智能體構建引擎,智能編排和調試,一鍵部署,支持知識庫和私有化部署方案 廣告
                ## 接口定義 ~~~[api] get:http://open.koldata.net/douyin/subscribe/videos *int:tiktok_uid=104255897823#抖音賬號uid string:from=yyyy-mm-dd hh:mm:ss#開始時間 string:to=yyyy-mm-dd hh:mm:ss#結束時間 int:page=1#頁碼;默認值為1 int:page_size=10#頁大小,可選值10,20;默認值為10 int:sort_by=0#按發布時間排序 1升序 0降序;默認值為0 <<< success { "status": 1, "err": "成功", "data": { "0": { "video_id": "cfad7434701f48ca65ebb05e9761d78d", "video_content": "67年前的志愿軍“表情包”家書看到淚目…溫暖的哥哥沒能實現對妹妹的承諾,犧牲在抗美援朝戰場。致敬英雄!", "video_url": "https://www.iesdouyin.com/share/video/6887874287076756750/?mid=6887874426361481991", "video_smallpic": "https://p29-dy.byteimg.com/img/tos-cn-i-0813/a9eecc831dcc4a30b8d259204852a4d8~tplv-dmt-logom:tos-cn-i-0813/02e5adc521694a51a40d991b6014e610.image?from=2563711402_large", "video_like": 18661, "video_forward": 37, "video_comment": 162, "pub_time": "2020-10-26 18:30:32", "update_time": "2020-10-26 19:00:49", "author_name": "人民日報", "author_id": "rmrbxmt", "author_uid": 104255897823, "author_url": "https://www.iesdouyin.com/share/user/104255897823/?sec_uid=MS4wLjABAAAA8U_l6rBzmy7bcy6xOJel4v0RzoR_wfAubGPeJimN__4", "author_isverified": "已驗證", "author_verified": "人民日報官方賬號", "author_city": "北京北京", "author_head": "", "author_gender": "未設置", "author_description": "參與、溝通、記錄時代。", "author_follower": 19, "author_fans": 115134000, "author_like": 1112827000, "author_works": 2397, "video_bgm_name": "@人民日報創作的原聲", "video_bgm_url": "", "video_download_url": "https://aweme.snssdk.com/aweme/v1/playwm/?video_id=v0200fa50000bubaa420j24d8pvpmhq0&line=0" }, "total": 1, "from": 1, "total_page": 1, "page_size": 1 }, "request_id": "ILbtyzopYygULS3nZCCDWvAH097c2e4ca8d7a6113a3d72f1b066a21f" } <<< error { "status": 0, "err": "日期區間錯誤", "data": [], "request_id": "DCKQqa9CCNctk1rxYuxmimQEbf8ab7e9d52e792c1e783d2667955627" } ~~~ ## 響應參數說明 | 字段 | 說明 |類型| 備注 | |---|---|---|---| | status | 請求獲取數據成功/失敗 |int |1=成功;0=失敗 | | err | 錯誤信息 | string | | data | 返回數據 | array| | | [data].video_id | 視頻id | string | | [data].video_content | 簡介 |string | | [data].video_url | 視頻鏈接 |string | | [data].video_smallpic | 視頻縮略圖鏈接 | string | | [data].video_like | 點贊數 | int | | [data].video_forward | 轉發數 | int | | [data].video_comment | 評論數 | string | | [data].pub_time | 發布時間 | string | | [data].update_time | 更新時間 | string | | [data].author_name | 抖音賬號名稱 | string | | [data].author_id | 抖音自定義id | string | | [data].author_uid | 抖音uid | int | | [data].author_url | 主頁鏈接 | string | | [data].author_isverified | 是否認證 | string | 已認證,未認證| | [data].author_verified | 認證信息 | string | | [data].author_city | 城市 | string | | [data].author_head | 頭像鏈接 | string | | [data].author_gender | 性別| string | 未設置,男, 女 | | [data].author_description | 賬號簡介 | string | | [data].author_follower | 關注數 | int | | [data].author_fans | 粉絲數 | int | | [data].author_like | 獲贊數 | int | | [data].author_works | 作品數 | int | | [data].video_bgm_name | 背景音樂名稱 | tring | | [data].video_bgm_url | 背景音樂地址 | string | | [data].video_download_url | 視頻下載地址 | string | | total | 賬號總個數 | int | | from | 數據開始行 | int | | total_page | 總頁數 | int | page_size | 當前頁面條數 | int | ## 接口訪問限制及注意事項 1.權限:需認證; 2.頻率:每分鐘100次,超頻將限制訪問3分鐘; 3.視頻詳情:從發文時間起,只更新一次數據 4.只能獲取添加訂閱后的第二天之后的視頻數據 5.第二天的14:00可獲取前一天的數據
                  <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>

                              哎呀哎呀视频在线观看