<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/wechat/mining/advarticle *string:taskId=OHprN3FYWW5q#任務id int:page=1#頁碼;默認值為1 int:page_size=10#頁大小,可選值10,20;默認值為10 <<< success { "status": 1, "err": "", "data": [ { "idx": 4, "author": "一滴都沒有了的", "copyright": 0, "title": "區區幾百塊,對我來說那叫錢嗎?", "digest": "區區幾百塊,對我來說那叫錢嗎?", "pub_time": "2019-11-13 20:55:00", "like_num": 20, "wow_num": 276, "comment_num": 4, "reply_num": 4, "comment_like_num": 4, "reply_like_num": 4, "content_url": "http://mp.weixin.qq.com/s?__biz=MzAxMzAxNzM5NQ==&mid=2658321298&idx=4&sn=42fea34e97a9f6067aa24541dcc0a0e4&chksm=802f6bceb758e2d8da16ee8053acf832ff4c5b4efc82b69eb8629e5bc619a39885f0e8cd0c60&scene=4", "mid": 2658321298, "music_url": "", "audio_url": "", "read_num": 3804, "sn": "42fea34e97a9f6067aa24541dcc0a0e4", "cover": "http://mmbiz.qpic.cn/mmbiz_jpg/BrEic31uibbSEk6YVta9nrWA04U1U9TJCuNhB2fMLUZ6CnDWudticrpF4RAv3mKPYzGQ9CZJGuMG2Hiarv3VYLxopQ/0?wx_fmt=jpeg", "source_url": "", "video_url": "", "weixin_nick": "美芽", "wechat_id": "meiyaapp", "collect_time": "2019-11-15 15:57:54", "key_words": "" }, { "idx": 3, "author": "Lara", "copyright": 0, "title": "用錯洗發水,頭越洗越油!真正好用的是這些!", "digest": "有沒有硅油真的不重要...", "pub_time": "2019-11-13 20:55:00", "like_num": 7, "comment_num": 3, "reply_num": 3, "comment_like_num": 3, "reply_like_num": 3, "content_url": "http://mp.weixin.qq.com/s?__biz=MzAxMzAxNzM5NQ==&mid=2658321298&idx=3&sn=09a86c2de2f8d0d56678cc391d41d19c&chksm=802f6bceb758e2d8675b2ffe5f2608ed7a3ce1d09f81bf029e2a9e698be8e012d0b445ad34be&scene=4", "mid": 2658321298, "music_url": "", "audio_url": "", "read_num": 4613, "sn": "09a86c2de2f8d0d56678cc391d41d19c", "cover": "http://mmbiz.qpic.cn/mmbiz_jpg/BrEic31uibbSEk6YVta9nrWA04U1U9TJCuJX0icPyWV7nWeKFJGLBdufwFKbPP6u2AeLOq4zxdOUlH9swV9F66k3Q/0?wx_fmt=jpeg", "source_url": "", "video_url": "", "weixin_nick": "美芽", "wechat_id": "meiyaapp", "collect_time": "2019-11-15 15:57:54", "key_words": "表活,洗發水,溫和,頭皮,成分,清潔力,主表,氨基酸,復配,洗發,刺激性,發質,頭發,添加,氨基酸類,洗完,搭配,油脂,比較,清潔" } ], "request_id": "vO0au3X1e55o0uLdpLDBYbVh70cfb0eeb05683805fce841e05b26390" } <<< error { "status": 0, "err": "" } ~~~ ## 響應參數說明 | 字段 | 說明 |類型| 備注 | |---|---|---|---| | status | 請求獲取數據成功/失敗 |int |1=成功;0=失敗 | | err | 錯誤信息 | string | | data | 返回數據 | array| | idx | 文章位置 | string |1=頭條,2=第二條,3=第三條...以此類推 | | author | 作者 | string | | copyright |是否原創| int |1=原創,0=非原創 | title | 文章標題 | string | | digest | 簡介 | string | | pub_time | 文章發布時間 | string | 格式:yyyy-mm-dd hh:mm:ss| | comment_num |文章評論數 | int | | reply_num |文章回復評論數 | int | | comment_like_num | 評論總點贊數| int | | reply_like_num |回復評論總點贊數| int | | content_url |文章鏈接地址 | string | | mid | 微信批量發送id | string | | sn | 文章唯一標識 | string | | read_num | 文章閱讀數 | int | | like_num |文章點贊數 | int | | wow_num |文章在看數 | int | | audio_url | 是否含音頻 | string| 多個鏈接$#$分割 | | video_url | 是否含視頻 | string |多個鏈接$#$分割 | | music_url | 是否含音樂 | string |多個鏈接$#$分割 | | cover| 文章封面圖片url | string | | wechat_nick | 公眾號名稱 |string | | wechat_id | 公眾號ID |string | | collect_time | 文章更新時間 | string |格式:yyyy-mm-dd hh:mm:ss| | source_url | 原文鏈接 | string | | keywords | 關鍵詞 | string | | page_size |頁面條數 | int | | total_page | 總共頁數| int | | total | 總條數 | int | | request_id | 請求id | string | ## 接口訪問限制及注意事項 1.權限:需認證; 2.頻率:每分鐘300次,超頻將限制訪問1分鐘; 3.獲取時間:根據獲取的篇數大小而定,大致在10分鐘之內
                  <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>

                              哎呀哎呀视频在线观看