diff --git a/jianshu_apis/.env.example b/jianshu_apis/.env.example deleted file mode 100644 index 29cc3cd..0000000 --- a/jianshu_apis/.env.example +++ /dev/null @@ -1 +0,0 @@ -USER_TOKEN="" \ No newline at end of file diff --git a/jianshu_apis/bruno.json b/jianshu_apis/bruno.json deleted file mode 100644 index 1b38cec..0000000 --- a/jianshu_apis/bruno.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "version": "1", - "name": "简书 API", - "type": "collection" -} \ No newline at end of file diff --git a/jianshu_apis/collection.bru b/jianshu_apis/collection.bru deleted file mode 100644 index 3ce73a0..0000000 --- a/jianshu_apis/collection.bru +++ /dev/null @@ -1,7 +0,0 @@ -headers { - Accept: application/json -} - -tests { - test("验证状态码", () => expect(res.getStatus()).to.equal(200)); -} diff --git a/jianshu_apis/environments/main.bru b/jianshu_apis/environments/main.bru deleted file mode 100644 index 4ef725d..0000000 --- a/jianshu_apis/environments/main.bru +++ /dev/null @@ -1,15 +0,0 @@ -vars { - max_id: 1000000000 - date: 20231215 - user_slug: 622a3993108c - article_id: 93464520 - article_slug: b992e57dce70 - notebook_id: 36131833 - collection_id: 1686183 - collection_slug: 7ecac177f5a8 - comment_id: 70346944 - book_id: 12539 - self_article_id: 113068271 - self_notebook_id: 40458256 - user_token: {{process.env.USER_TOKEN}} -} diff --git "a/jianshu_apis/\344\270\223\351\242\230/\350\216\267\345\217\226\344\270\223\351\242\230\344\277\241\346\201\257.bru" "b/jianshu_apis/\344\270\223\351\242\230/\350\216\267\345\217\226\344\270\223\351\242\230\344\277\241\346\201\257.bru" deleted file mode 100644 index 87d9f02..0000000 --- "a/jianshu_apis/\344\270\223\351\242\230/\350\216\267\345\217\226\344\270\223\351\242\230\344\277\241\346\201\257.bru" +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: 获取专题信息 - type: http - seq: 6 -} - -get { - url: https://www.jianshu.com/asimov/collections/slug/{{collection_slug}} - body: none - auth: none -} diff --git "a/jianshu_apis/\344\270\223\351\242\230/\350\216\267\345\217\226\344\270\223\351\242\230\345\205\263\346\263\250\350\200\205.bru" "b/jianshu_apis/\344\270\223\351\242\230/\350\216\267\345\217\226\344\270\223\351\242\230\345\205\263\346\263\250\350\200\205.bru" deleted file mode 100644 index 66e3cba..0000000 --- "a/jianshu_apis/\344\270\223\351\242\230/\350\216\267\345\217\226\344\270\223\351\242\230\345\205\263\346\263\250\350\200\205.bru" +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: 获取专题关注者 - type: http - seq: 4 -} - -get { - url: https://www.jianshu.com/collection/{{collection_id}}/subscribers?max_sort_id=428568037 - body: none - auth: none -} - -query { - max_sort_id: 428568037 -} diff --git "a/jianshu_apis/\344\270\223\351\242\230/\350\216\267\345\217\226\344\270\223\351\242\230\346\216\250\350\215\220\344\275\234\350\200\205.bru" "b/jianshu_apis/\344\270\223\351\242\230/\350\216\267\345\217\226\344\270\223\351\242\230\346\216\250\350\215\220\344\275\234\350\200\205.bru" deleted file mode 100644 index 44fd3fa..0000000 --- "a/jianshu_apis/\344\270\223\351\242\230/\350\216\267\345\217\226\344\270\223\351\242\230\346\216\250\350\215\220\344\275\234\350\200\205.bru" +++ /dev/null @@ -1,17 +0,0 @@ -meta { - name: 获取专题推荐作者 - type: http - seq: 2 -} - -get { - url: https://www.jianshu.com/collections/recommended_users?collection_ids={{collection_id}}&pager=1&count=20 - body: none - auth: none -} - -query { - collection_ids: {{collection_id}} - pager: 1 - count: 20 -} diff --git "a/jianshu_apis/\344\270\223\351\242\230/\350\216\267\345\217\226\344\270\223\351\242\230\346\226\207\347\253\240.bru" "b/jianshu_apis/\344\270\223\351\242\230/\350\216\267\345\217\226\344\270\223\351\242\230\346\226\207\347\253\240.bru" deleted file mode 100644 index d58f11c..0000000 --- "a/jianshu_apis/\344\270\223\351\242\230/\350\216\267\345\217\226\344\270\223\351\242\230\346\226\207\347\253\240.bru" +++ /dev/null @@ -1,17 +0,0 @@ -meta { - name: 获取专题文章 - type: http - seq: 5 -} - -get { - url: https://www.jianshu.com/asimov/collections/slug/{{collection_slug}}/public_notes?page=1&count=10&ordered_by=added_at - body: none - auth: none -} - -query { - page: 1 - count: 10 - ordered_by: added_at -} diff --git "a/jianshu_apis/\344\270\223\351\242\230/\350\216\267\345\217\226\344\270\223\351\242\230\347\274\226\350\276\221 - \345\205\263\346\263\250\350\200\205 - \346\216\250\350\215\220\344\275\234\350\200\205.bru" "b/jianshu_apis/\344\270\223\351\242\230/\350\216\267\345\217\226\344\270\223\351\242\230\347\274\226\350\276\221 - \345\205\263\346\263\250\350\200\205 - \346\216\250\350\215\220\344\275\234\350\200\205.bru" deleted file mode 100644 index 5a90736..0000000 --- "a/jianshu_apis/\344\270\223\351\242\230/\350\216\267\345\217\226\344\270\223\351\242\230\347\274\226\350\276\221 - \345\205\263\346\263\250\350\200\205 - \346\216\250\350\215\220\344\275\234\350\200\205.bru" +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: 获取专题编辑 - 关注者 - 推荐作者 - type: http - seq: 1 -} - -get { - url: https://www.jianshu.com/collections/{{collection_id}}/side_list - body: none - auth: none -} diff --git "a/jianshu_apis/\344\270\223\351\242\230/\350\216\267\345\217\226\344\270\223\351\242\230\347\274\226\350\276\221.bru" "b/jianshu_apis/\344\270\223\351\242\230/\350\216\267\345\217\226\344\270\223\351\242\230\347\274\226\350\276\221.bru" deleted file mode 100644 index f051eae..0000000 --- "a/jianshu_apis/\344\270\223\351\242\230/\350\216\267\345\217\226\344\270\223\351\242\230\347\274\226\350\276\221.bru" +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: 获取专题编辑 - type: http - seq: 3 -} - -get { - url: https://www.jianshu.com/collections/{{collection_id}}/editors?page=1 - body: none - auth: none -} - -query { - page: 1 -} diff --git "a/jianshu_apis/\344\274\232\345\221\230/\350\216\267\345\217\226\344\274\232\345\221\230\346\224\266\347\233\212\347\244\272\344\276\213.bru" "b/jianshu_apis/\344\274\232\345\221\230/\350\216\267\345\217\226\344\274\232\345\221\230\346\224\266\347\233\212\347\244\272\344\276\213.bru" deleted file mode 100644 index 13a92aa..0000000 --- "a/jianshu_apis/\344\274\232\345\221\230/\350\216\267\345\217\226\344\274\232\345\221\230\346\224\266\347\233\212\347\244\272\344\276\213.bru" +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: 获取会员收益示例 - type: http - seq: 1 -} - -get { - url: https://www.jianshu.com/asimov/members/marquee?member_type=platina - body: none - auth: none -} - -query { - member_type: platina -} diff --git "a/jianshu_apis/\345\244\247\350\275\254\347\233\230/\350\216\267\345\217\226\345\244\247\350\275\254\347\233\230\344\270\255\345\245\226\350\256\260\345\275\225.bru" "b/jianshu_apis/\345\244\247\350\275\254\347\233\230/\350\216\267\345\217\226\345\244\247\350\275\254\347\233\230\344\270\255\345\245\226\350\256\260\345\275\225.bru" deleted file mode 100644 index 87693d1..0000000 --- "a/jianshu_apis/\345\244\247\350\275\254\347\233\230/\350\216\267\345\217\226\345\244\247\350\275\254\347\233\230\344\270\255\345\245\226\350\256\260\345\275\225.bru" +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: 获取大转盘中奖记录 - type: http - seq: 1 -} - -get { - url: https://www.jianshu.com/asimov/ad_rewards/winner_list?count=100 - body: none - auth: none -} - -query { - count: 100 -} diff --git "a/jianshu_apis/\346\216\222\350\241\214\346\246\234/\350\216\267\345\217\226\346\226\207\347\253\240\346\224\266\347\233\212\346\216\222\350\241\214\346\246\234.bru" "b/jianshu_apis/\346\216\222\350\241\214\346\246\234/\350\216\267\345\217\226\346\226\207\347\253\240\346\224\266\347\233\212\346\216\222\350\241\214\346\246\234.bru" deleted file mode 100644 index 46bd4b6..0000000 --- "a/jianshu_apis/\346\216\222\350\241\214\346\246\234/\350\216\267\345\217\226\346\226\207\347\253\240\346\224\266\347\233\212\346\216\222\350\241\214\346\246\234.bru" +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: 获取文章收益排行榜 - type: http - seq: 2 -} - -get { - url: https://www.jianshu.com/asimov/fp_rankings/voter_notes?date={{date}} - body: none - auth: none -} - -query { - date: {{date}} -} diff --git "a/jianshu_apis/\346\216\222\350\241\214\346\246\234/\350\216\267\345\217\226\346\227\245\346\233\264\346\216\222\350\241\214\346\246\234.bru" "b/jianshu_apis/\346\216\222\350\241\214\346\246\234/\350\216\267\345\217\226\346\227\245\346\233\264\346\216\222\350\241\214\346\246\234.bru" deleted file mode 100644 index 106b2e5..0000000 --- "a/jianshu_apis/\346\216\222\350\241\214\346\246\234/\350\216\267\345\217\226\346\227\245\346\233\264\346\216\222\350\241\214\346\246\234.bru" +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: 获取日更排行榜 - type: http - seq: 4 -} - -get { - url: https://www.jianshu.com/asimov/daily_activity_participants/rank - body: none - auth: none -} diff --git "a/jianshu_apis/\346\216\222\350\241\214\346\246\234/\350\216\267\345\217\226\347\224\250\346\210\267\346\224\266\347\233\212\346\216\222\350\241\214\346\246\234.bru" "b/jianshu_apis/\346\216\222\350\241\214\346\246\234/\350\216\267\345\217\226\347\224\250\346\210\267\346\224\266\347\233\212\346\216\222\350\241\214\346\246\234.bru" deleted file mode 100644 index 377e184..0000000 --- "a/jianshu_apis/\346\216\222\350\241\214\346\246\234/\350\216\267\345\217\226\347\224\250\346\210\267\346\224\266\347\233\212\346\216\222\350\241\214\346\246\234.bru" +++ /dev/null @@ -1,16 +0,0 @@ -meta { - name: 获取用户收益排行榜 - type: http - seq: 3 -} - -get { - url: https://www.jianshu.com/asimov/fp_rankings/voter_users?type=note&date=20200620 - body: none - auth: none -} - -query { - type: note - date: {{date}} -} diff --git "a/jianshu_apis/\346\216\222\350\241\214\346\246\234/\350\216\267\345\217\226\350\265\204\344\272\247\346\216\222\350\241\214\346\246\234.bru" "b/jianshu_apis/\346\216\222\350\241\214\346\246\234/\350\216\267\345\217\226\350\265\204\344\272\247\346\216\222\350\241\214\346\246\234.bru" deleted file mode 100644 index 55e7972..0000000 --- "a/jianshu_apis/\346\216\222\350\241\214\346\246\234/\350\216\267\345\217\226\350\265\204\344\272\247\346\216\222\350\241\214\346\246\234.bru" +++ /dev/null @@ -1,16 +0,0 @@ -meta { - name: 获取资产排行榜 - type: http - seq: 1 -} - -get { - url: https://www.jianshu.com/asimov/fp_rankings?since_id=0&max_id={{max_id}} - body: none - auth: none -} - -query { - since_id: 0 - max_id: {{max_id}} -} diff --git "a/jianshu_apis/\346\216\250\350\215\220/\350\216\267\345\217\226\346\216\250\350\215\220\344\275\234\350\200\205.bru" "b/jianshu_apis/\346\216\250\350\215\220/\350\216\267\345\217\226\346\216\250\350\215\220\344\275\234\350\200\205.bru" deleted file mode 100644 index a1550e5..0000000 --- "a/jianshu_apis/\346\216\250\350\215\220/\350\216\267\345\217\226\346\216\250\350\215\220\344\275\234\350\200\205.bru" +++ /dev/null @@ -1,16 +0,0 @@ -meta { - name: 获取推荐作者 - type: http - seq: 2 -} - -get { - url: https://www.jianshu.com/users/recommended?seen_ids=301940%2C4790772&count=5 - body: none - auth: none -} - -query { - seen_ids: 301940,4790772 - count: 5 -} diff --git "a/jianshu_apis/\346\216\250\350\215\220/\350\216\267\345\217\226\346\216\250\350\215\220\345\207\272\347\211\210\344\275\234\350\200\205.bru" "b/jianshu_apis/\346\216\250\350\215\220/\350\216\267\345\217\226\346\216\250\350\215\220\345\207\272\347\211\210\344\275\234\350\200\205.bru" deleted file mode 100644 index 11c22ea..0000000 --- "a/jianshu_apis/\346\216\250\350\215\220/\350\216\267\345\217\226\346\216\250\350\215\220\345\207\272\347\211\210\344\275\234\350\200\205.bru" +++ /dev/null @@ -1,16 +0,0 @@ -meta { - name: 获取推荐出版作者 - type: http - seq: 3 -} - -get { - url: https://www.jianshu.com/publication_recommended_users?page=1&count=10 - body: none - auth: none -} - -query { - page: 1 - count: 10 -} diff --git "a/jianshu_apis/\346\216\250\350\215\220/\350\216\267\345\217\226\346\216\250\350\215\220\350\277\236\350\275\275.bru" "b/jianshu_apis/\346\216\250\350\215\220/\350\216\267\345\217\226\346\216\250\350\215\220\350\277\236\350\275\275.bru" deleted file mode 100644 index 7900512..0000000 --- "a/jianshu_apis/\346\216\250\350\215\220/\350\216\267\345\217\226\346\216\250\350\215\220\350\277\236\350\275\275.bru" +++ /dev/null @@ -1,17 +0,0 @@ -meta { - name: 获取推荐连载 - type: http - seq: 4 -} - -get { - url: https://www.jianshu.com/asimov/books?page=1&count=10&category_id=284 - body: none - auth: none -} - -query { - page: 1 - count: 10 - category_id: 284 -} diff --git "a/jianshu_apis/\346\216\250\350\215\220/\350\216\267\345\217\226\351\246\226\351\241\265\344\277\241\346\201\257\346\265\201\346\216\250\350\215\220.bru" "b/jianshu_apis/\346\216\250\350\215\220/\350\216\267\345\217\226\351\246\226\351\241\265\344\277\241\346\201\257\346\265\201\346\216\250\350\215\220.bru" deleted file mode 100644 index 1c651d2..0000000 --- "a/jianshu_apis/\346\216\250\350\215\220/\350\216\267\345\217\226\351\246\226\351\241\265\344\277\241\346\201\257\346\265\201\346\216\250\350\215\220.bru" +++ /dev/null @@ -1,16 +0,0 @@ -meta { - name: 获取首页信息流推荐 - type: http - seq: 1 -} - -get { - url: https://www.jianshu.com/asimov/trending/now?count=10¬e_ids[]=115257207 - body: none - auth: none -} - -query { - count: 10 - note_ids[]: 115257207 -} diff --git "a/jianshu_apis/\346\220\234\347\264\242.bru" "b/jianshu_apis/\346\220\234\347\264\242.bru" deleted file mode 100644 index f3c8128..0000000 --- "a/jianshu_apis/\346\220\234\347\264\242.bru" +++ /dev/null @@ -1,22 +0,0 @@ -meta { - name: 搜索 - type: http - seq: 1 -} - -get { - url: https://www.jianshu.com/search/do?q=%E4%BB%BB%E7%9C%9F&type=user&page=1&order_by=default - body: none - auth: none -} - -query { - q: 任真 - type: user - page: 1 - order_by: default -} - -headers { - User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0 -} diff --git "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\344\275\234\350\200\205\346\216\250\350\215\220\346\226\207\347\253\240.bru" "b/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\344\275\234\350\200\205\346\216\250\350\215\220\346\226\207\347\253\240.bru" deleted file mode 100644 index df8916e..0000000 --- "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\344\275\234\350\200\205\346\216\250\350\215\220\346\226\207\347\253\240.bru" +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: 获取作者推荐文章 - type: http - seq: 6 -} - -get { - url: https://www.jianshu.com/shakespeare/notes/{{article_id}}/user_notes - body: none - auth: none -} diff --git "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\344\277\241\346\201\257.bru" "b/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\344\277\241\346\201\257.bru" deleted file mode 100644 index 2381aab..0000000 --- "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\344\277\241\346\201\257.bru" +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: 获取文章信息 - type: http - seq: 1 -} - -get { - url: https://www.jianshu.com/asimov/p/{{article_slug}} - body: none - auth: none -} diff --git "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\346\211\200\345\261\236\346\226\207\351\233\206.bru" "b/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\346\211\200\345\261\236\346\226\207\351\233\206.bru" deleted file mode 100644 index 6822163..0000000 --- "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\346\211\200\345\261\236\346\226\207\351\233\206.bru" +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: 获取文章所属文集 - type: http - seq: 5 -} - -get { - url: https://www.jianshu.com/shakespeare/v2/notes/{{article_slug}}/book - body: none - auth: none -} diff --git "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\347\262\276\351\200\211\350\257\204\350\256\272.bru" "b/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\347\262\276\351\200\211\350\257\204\350\256\272.bru" deleted file mode 100644 index 094a9e2..0000000 --- "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\347\262\276\351\200\211\350\257\204\350\256\272.bru" +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: 获取文章精选评论 - type: http - seq: 9 -} - -get { - url: https://www.jianshu.com/shakespeare/notes/{{article_slug}}/featured_comments?count=10 - body: none - auth: none -} - -query { - count: 10 -} diff --git "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\350\242\253\346\224\266\345\205\245\347\232\204\344\270\223\351\242\230.bru" "b/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\350\242\253\346\224\266\345\205\245\347\232\204\344\270\223\351\242\230.bru" deleted file mode 100644 index a5d94bd..0000000 --- "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\350\242\253\346\224\266\345\205\245\347\232\204\344\270\223\351\242\230.bru" +++ /dev/null @@ -1,16 +0,0 @@ -meta { - name: 获取文章被收入的专题 - type: http - seq: 4 -} - -get { - url: https://www.jianshu.com/shakespeare/notes/{{article_id}}/included_collections?page=1&count=10 - body: none - auth: none -} - -query { - page: 1 - count: 10 -} diff --git "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\350\257\204\350\256\272.bru" "b/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\350\257\204\350\256\272.bru" deleted file mode 100644 index 5829520..0000000 --- "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\350\257\204\350\256\272.bru" +++ /dev/null @@ -1,18 +0,0 @@ -meta { - name: 获取文章评论 - type: http - seq: 8 -} - -get { - url: https://www.jianshu.com/shakespeare/notes/{{article_id}}/comments?page=1&count=10&author_only=false&order_by=desc - body: none - auth: none -} - -query { - page: 1 - count: 10 - author_only: false - order_by: desc -} diff --git "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\351\230\205\350\257\273\351\207\217.bru" "b/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\351\230\205\350\257\273\351\207\217.bru" deleted file mode 100644 index b86c9e8..0000000 --- "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\351\230\205\350\257\273\351\207\217.bru" +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: 获取文章阅读量 - type: http - seq: 2 -} - -get { - url: https://www.jianshu.com/shakespeare/v2/notes/{{article_slug}}/views_count - body: none - auth: none -} diff --git "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\351\237\263\351\242\221\344\277\241\346\201\257.bru" "b/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\351\237\263\351\242\221\344\277\241\346\201\257.bru" deleted file mode 100644 index c46eda5..0000000 --- "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\226\207\347\253\240\351\237\263\351\242\221\344\277\241\346\201\257.bru" +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: 获取文章音频信息 - type: http - seq: 3 -} - -get { - url: https://www.jianshu.com/shakespeare/v2/notes/{{article_slug}}/audio - body: none - auth: none -} diff --git "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\233\264\345\244\232\345\255\220\350\257\204\350\256\272.bru" "b/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\233\264\345\244\232\345\255\220\350\257\204\350\256\272.bru" deleted file mode 100644 index 3e5f661..0000000 --- "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\346\233\264\345\244\232\345\255\220\350\257\204\350\256\272.bru" +++ /dev/null @@ -1,17 +0,0 @@ -meta { - name: 获取更多子评论 - type: http - seq: 10 -} - -get { - url: https://www.jianshu.com/shakespeare/comments/{{comment_id}}/more_children?seen_comment_ids[]=70560756&seen_comment_ids[]=70561051&seen_comment_ids[]=70562895 - body: none - auth: none -} - -query { - seen_comment_ids[]: 70560756 - seen_comment_ids[]: 70561051 - seen_comment_ids[]: 70562895 -} diff --git "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\351\230\205\350\257\273\351\241\265\344\276\247\350\276\271\346\240\217\346\216\250\350\215\220\346\226\207\347\253\240.bru" "b/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\351\230\205\350\257\273\351\241\265\344\276\247\350\276\271\346\240\217\346\216\250\350\215\220\346\226\207\347\253\240.bru" deleted file mode 100644 index 09d25fe..0000000 --- "a/jianshu_apis/\346\226\207\347\253\240/\350\216\267\345\217\226\351\230\205\350\257\273\351\241\265\344\276\247\350\276\271\346\240\217\346\216\250\350\215\220\346\226\207\347\253\240.bru" +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: 获取阅读页侧边栏推荐文章 - type: http - seq: 7 -} - -get { - url: https://www.jianshu.com/shakespeare/v2/notes/recommend - body: none - auth: none -} diff --git "a/jianshu_apis/\346\226\207\351\233\206/\350\216\267\345\217\226\346\226\207\351\233\206\344\277\241\346\201\257.bru" "b/jianshu_apis/\346\226\207\351\233\206/\350\216\267\345\217\226\346\226\207\351\233\206\344\277\241\346\201\257.bru" deleted file mode 100644 index 30ef58a..0000000 --- "a/jianshu_apis/\346\226\207\351\233\206/\350\216\267\345\217\226\346\226\207\351\233\206\344\277\241\346\201\257.bru" +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: 获取文集信息 - type: http - seq: 2 -} - -get { - url: https://www.jianshu.com/asimov/nb/{{notebook_id}} - body: none - auth: none -} diff --git "a/jianshu_apis/\346\226\207\351\233\206/\350\216\267\345\217\226\346\226\207\351\233\206\346\226\207\347\253\240.bru" "b/jianshu_apis/\346\226\207\351\233\206/\350\216\267\345\217\226\346\226\207\351\233\206\346\226\207\347\253\240.bru" deleted file mode 100644 index e7f0d95..0000000 --- "a/jianshu_apis/\346\226\207\351\233\206/\350\216\267\345\217\226\346\226\207\351\233\206\346\226\207\347\253\240.bru" +++ /dev/null @@ -1,17 +0,0 @@ -meta { - name: 获取文集文章 - type: http - seq: 1 -} - -get { - url: https://www.jianshu.com/asimov/notebooks/{{notebook_id}}/public_notes?page=1&count=10&order_by=added_at - body: none - auth: none -} - -query { - page: 1 - count: 10 - order_by: added_at -} diff --git "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\344\270\223\351\242\230.bru" "b/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\344\270\223\351\242\230.bru" deleted file mode 100644 index 4c93014..0000000 --- "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\344\270\223\351\242\230.bru" +++ /dev/null @@ -1,18 +0,0 @@ -meta { - name: 获取用户专题 - type: http - seq: 4 -} - -get { - url: https://www.jianshu.com/users/{{user_slug}}/collections?slug={{user_slug}}&type=own&page=1&per_page=10 - body: none - auth: none -} - -query { - slug: {{user_slug}} - type: own - page: 1 - per_page: 10 -} diff --git "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\344\277\241\346\201\257.bru" "b/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\344\277\241\346\201\257.bru" deleted file mode 100644 index 87210b4..0000000 --- "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\344\277\241\346\201\257.bru" +++ /dev/null @@ -1,11 +0,0 @@ -meta { - name: 获取用户信息 - type: http - seq: 1 -} - -get { - url: https://www.jianshu.com/asimov/users/slug/{{user_slug}} - body: none - auth: none -} diff --git "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\345\205\263\346\263\250\347\232\204\346\226\207\351\233\206 - \350\277\236\350\275\275 - \344\270\223\351\242\230.bru" "b/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\345\205\263\346\263\250\347\232\204\346\226\207\351\233\206 - \350\277\236\350\275\275 - \344\270\223\351\242\230.bru" deleted file mode 100644 index bad6c3c..0000000 --- "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\345\205\263\346\263\250\347\232\204\346\226\207\351\233\206 - \350\277\236\350\275\275 - \344\270\223\351\242\230.bru" +++ /dev/null @@ -1,20 +0,0 @@ -meta { - name: 获取用户关注的文集 - 连载 - 专题 - type: http - seq: 3 -} - -get { - url: https://www.jianshu.com/users/{{user_slug}}/subscriptions?page=1 - body: none - auth: none -} - -query { - page: 1 -} - -headers { - X-PJAX: true - Accept: text/html -} diff --git "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\345\207\272\347\211\210\347\211\251.bru" "b/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\345\207\272\347\211\210\347\211\251.bru" deleted file mode 100644 index 22354e6..0000000 --- "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\345\207\272\347\211\210\347\211\251.bru" +++ /dev/null @@ -1,16 +0,0 @@ -meta { - name: 获取用户出版物 - type: http - seq: 11 -} - -get { - url: https://www.jianshu.com/users/{{user_slug}}/publications?page=1&count=10 - body: none - auth: none -} - -query { - page: 1 - count: 10 -} diff --git "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\345\212\250\346\200\201.bru" "b/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\345\212\250\346\200\201.bru" deleted file mode 100644 index f5ae829..0000000 --- "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\345\212\250\346\200\201.bru" +++ /dev/null @@ -1,16 +0,0 @@ -meta { - name: 获取用户动态 - type: http - seq: 8 -} - -get { - url: https://www.jianshu.com/users/{{user_slug}}/timeline - body: none - auth: none -} - -headers { - X-PJAX: true - Accept: text/html -} diff --git "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\345\244\264\345\203\217.bru" "b/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\345\244\264\345\203\217.bru" deleted file mode 100644 index 74e59fa..0000000 --- "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\345\244\264\345\203\217.bru" +++ /dev/null @@ -1,16 +0,0 @@ -meta { - name: 获取用户头像 - type: http - seq: 7 -} - -get { - url: https://www.jianshu.com/asimov/users/icon?type=user&slug={{user_slug}} - body: none - auth: none -} - -query { - type: user - slug: {{user_slug}} -} diff --git "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\346\226\207\347\253\240.bru" "b/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\346\226\207\347\253\240.bru" deleted file mode 100644 index 601c05f..0000000 --- "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\346\226\207\347\253\240.bru" +++ /dev/null @@ -1,17 +0,0 @@ -meta { - name: 获取用户文章 - type: http - seq: 9 -} - -get { - url: https://www.jianshu.com/asimov/users/slug/{{user_slug}}/public_notes?page=1&count=10&order_by=shared_at - body: none - auth: none -} - -query { - page: 1 - count: 10 - order_by: shared_at -} diff --git "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\346\226\207\351\233\206 - \350\277\236\350\275\275 - \344\270\223\351\242\230.bru" "b/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\346\226\207\351\233\206 - \350\277\236\350\275\275 - \344\270\223\351\242\230.bru" deleted file mode 100644 index 21512e7..0000000 --- "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\346\226\207\351\233\206 - \350\277\236\350\275\275 - \344\270\223\351\242\230.bru" +++ /dev/null @@ -1,19 +0,0 @@ -meta { - name: 获取用户文集 - 连载 - 专题 - type: http - seq: 2 -} - -get { - url: https://www.jianshu.com/users/{{user_slug}}/collections_and_notebooks?slug={{user_slug}} - body: none - auth: none -} - -query { - slug: {{user_slug}} -} - -headers { - Accept: application/json -} diff --git "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\346\226\207\351\233\206\344\270\216\350\277\236\350\275\275.bru" "b/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\346\226\207\351\233\206\344\270\216\350\277\236\350\275\275.bru" deleted file mode 100644 index 5b98d13..0000000 --- "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\346\226\207\351\233\206\344\270\216\350\277\236\350\275\275.bru" +++ /dev/null @@ -1,18 +0,0 @@ -meta { - name: 获取用户文集与连载 - type: http - seq: 5 -} - -get { - url: https://www.jianshu.com/users/{{user_slug}}/notebooks?slug={{user_slug}}&type=manager&page=1&per_page=10 - body: none - auth: none -} - -query { - slug: {{user_slug}} - type: manager - page: 1 - per_page: 10 -} diff --git "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\347\202\271\350\265\236\347\232\204\346\226\207\347\253\240.bru" "b/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\347\202\271\350\265\236\347\232\204\346\226\207\347\253\240.bru" deleted file mode 100644 index be2c5ef..0000000 --- "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\347\202\271\350\265\236\347\232\204\346\226\207\347\253\240.bru" +++ /dev/null @@ -1,16 +0,0 @@ -meta { - name: 获取用户点赞的文章 - type: http - seq: 6 -} - -get { - url: https://www.jianshu.com/users/{{user_slug}}/liked_notes - body: none - auth: none -} - -headers { - X-PJAX: true - Accept: text/html -} diff --git "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\350\257\276\347\250\213.bru" "b/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\350\257\276\347\250\213.bru" deleted file mode 100644 index 24b6bee..0000000 --- "a/jianshu_apis/\347\224\250\346\210\267/\350\216\267\345\217\226\347\224\250\346\210\267\350\257\276\347\250\213.bru" +++ /dev/null @@ -1,16 +0,0 @@ -meta { - name: 获取用户课程 - type: http - seq: 10 -} - -get { - url: https://www.jianshu.com/users/{{user_slug}}/courses?page=1&count=10 - body: none - auth: none -} - -query { - page: 1 - count: 10 -} diff --git "a/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\345\260\206\347\256\200\344\271\246\350\264\235\350\275\254\346\215\242\344\270\272\347\256\200\344\271\246\351\222\273.bru" "b/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\345\260\206\347\256\200\344\271\246\350\264\235\350\275\254\346\215\242\344\270\272\347\256\200\344\271\246\351\222\273.bru" deleted file mode 100644 index 38feb08..0000000 --- "a/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\345\260\206\347\256\200\344\271\246\350\264\235\350\275\254\346\215\242\344\270\272\347\256\200\344\271\246\351\222\273.bru" +++ /dev/null @@ -1,21 +0,0 @@ -meta { - name: 将简书贝转换为简书钻 - type: http - seq: 1 -} - -post { - url: https://www.jianshu.com/asimov/fp_wallets/exchange_jsd - body: json - auth: none -} - -headers { - Cookie: {{user_token}} -} - -body:json { - { - "count": "1" - } -} diff --git "a/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\345\260\206\347\256\200\344\271\246\351\222\273\350\275\254\346\215\242\344\270\272\347\256\200\344\271\246\350\264\235.bru" "b/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\345\260\206\347\256\200\344\271\246\351\222\273\350\275\254\346\215\242\344\270\272\347\256\200\344\271\246\350\264\235.bru" deleted file mode 100644 index 6eea767..0000000 --- "a/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\345\260\206\347\256\200\344\271\246\351\222\273\350\275\254\346\215\242\344\270\272\347\256\200\344\271\246\350\264\235.bru" +++ /dev/null @@ -1,21 +0,0 @@ -meta { - name: 将简书钻转换为简书贝 - type: http - seq: 8 -} - -post { - url: https://www.jianshu.com/asimov/fp_wallets/exchange_jsb - body: json - auth: none -} - -headers { - Cookie: {{user_token}} -} - -body:json { - { - "count": "1" - } -} diff --git "a/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\345\267\262\345\244\261\346\225\210\347\232\204\346\224\266\347\233\212\345\212\240\346\210\220\345\215\241\346\225\260\346\215\256.bru" "b/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\345\267\262\345\244\261\346\225\210\347\232\204\346\224\266\347\233\212\345\212\240\346\210\220\345\215\241\346\225\260\346\215\256.bru" deleted file mode 100644 index 5704063..0000000 --- "a/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\345\267\262\345\244\261\346\225\210\347\232\204\346\224\266\347\233\212\345\212\240\346\210\220\345\215\241\346\225\260\346\215\256.bru" +++ /dev/null @@ -1,20 +0,0 @@ -meta { - name: 获取已失效的收益加成卡数据 - type: http - seq: 7 -} - -get { - url: https://www.jianshu.com/asimov/fp_wallets/benefit_cards/expire?page=1&count=10 - body: none - auth: none -} - -query { - page: 1 - count: 10 -} - -headers { - Cookie: {{user_token}} -} diff --git "a/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\346\214\201\351\222\273\345\245\226\345\212\261\350\256\260\345\275\225.bru" "b/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\346\214\201\351\222\273\345\245\226\345\212\261\350\256\260\345\275\225.bru" deleted file mode 100644 index a687ff1..0000000 --- "a/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\346\214\201\351\222\273\345\245\226\345\212\261\350\256\260\345\275\225.bru" +++ /dev/null @@ -1,20 +0,0 @@ -meta { - name: 获取持钻奖励记录 - type: http - seq: 1 -} - -get { - url: https://www.jianshu.com/asimov/fp_wallets/jsd_rewards?page=1&count=10 - body: none - auth: none -} - -query { - page: 1 - count: 10 -} - -headers { - Cookie: {{user_token}} -} diff --git "a/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\346\224\266\347\233\212\345\212\240\346\210\220\345\215\241\344\277\241\346\201\257.bru" "b/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\346\224\266\347\233\212\345\212\240\346\210\220\345\215\241\344\277\241\346\201\257.bru" deleted file mode 100644 index 456139d..0000000 --- "a/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\346\224\266\347\233\212\345\212\240\346\210\220\345\215\241\344\277\241\346\201\257.bru" +++ /dev/null @@ -1,15 +0,0 @@ -meta { - name: 获取收益加成卡信息 - type: http - seq: 4 -} - -get { - url: https://www.jianshu.com/asimov/fp_wallets/benefit_cards/info - body: none - auth: none -} - -headers { - Cookie: {{user_token}} -} diff --git "a/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\346\234\252\347\224\237\346\225\210\347\232\204\346\224\266\347\233\212\345\212\240\346\210\220\345\215\241\346\225\260\346\215\256.bru" "b/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\346\234\252\347\224\237\346\225\210\347\232\204\346\224\266\347\233\212\345\212\240\346\210\220\345\215\241\346\225\260\346\215\256.bru" deleted file mode 100644 index 4e5de2e..0000000 --- "a/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\346\234\252\347\224\237\346\225\210\347\232\204\346\224\266\347\233\212\345\212\240\346\210\220\345\215\241\346\225\260\346\215\256.bru" +++ /dev/null @@ -1,20 +0,0 @@ -meta { - name: 获取未生效的收益加成卡数据 - type: http - seq: 5 -} - -get { - url: https://www.jianshu.com/asimov/fp_wallets/benefit_cards/unsent?page=1&count=10 - body: none - auth: none -} - -query { - page: 1 - count: 10 -} - -headers { - Cookie: {{user_token}} -} diff --git "a/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\347\224\237\346\225\210\344\270\255\347\232\204\346\224\266\347\233\212\345\212\240\346\210\220\345\215\241\346\225\260\346\215\256.bru" "b/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\347\224\237\346\225\210\344\270\255\347\232\204\346\224\266\347\233\212\345\212\240\346\210\220\345\215\241\346\225\260\346\215\256.bru" deleted file mode 100644 index 19506b7..0000000 --- "a/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\347\224\237\346\225\210\344\270\255\347\232\204\346\224\266\347\233\212\345\212\240\346\210\220\345\215\241\346\225\260\346\215\256.bru" +++ /dev/null @@ -1,20 +0,0 @@ -meta { - name: 获取生效中的收益加成卡数据 - type: http - seq: 6 -} - -get { - url: https://www.jianshu.com/asimov/fp_wallets/benefit_cards/active?page=1&count=10 - body: none - auth: none -} - -query { - page: 1 - count: 10 -} - -headers { - Cookie: {{user_token}} -} diff --git "a/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\347\256\200\344\271\246\350\264\235\345\217\230\345\212\250\350\256\260\345\275\225.bru" "b/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\347\256\200\344\271\246\350\264\235\345\217\230\345\212\250\350\256\260\345\275\225.bru" deleted file mode 100644 index 95fd884..0000000 --- "a/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\347\256\200\344\271\246\350\264\235\345\217\230\345\212\250\350\256\260\345\275\225.bru" +++ /dev/null @@ -1,20 +0,0 @@ -meta { - name: 获取简书贝变动记录 - type: http - seq: 3 -} - -get { - url: https://www.jianshu.com/asimov/fp_wallets/jsb_transactions?since_id=0&max_id=793322884 - body: none - auth: none -} - -query { - since_id: 0 - max_id: 793322884 -} - -headers { - Cookie: {{user_token}} -} diff --git "a/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\347\256\200\344\271\246\351\222\273\345\217\230\345\212\250\350\256\260\345\275\225.bru" "b/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\347\256\200\344\271\246\351\222\273\345\217\230\345\212\250\350\256\260\345\275\225.bru" deleted file mode 100644 index 18c2f8b..0000000 --- "a/jianshu_apis/\347\247\201\346\234\211 - \350\265\204\344\272\247/\350\216\267\345\217\226\347\256\200\344\271\246\351\222\273\345\217\230\345\212\250\350\256\260\345\275\225.bru" +++ /dev/null @@ -1,20 +0,0 @@ -meta { - name: 获取简书钻变动记录 - type: http - seq: 2 -} - -get { - url: https://www.jianshu.com/asimov/fp_wallets/transactions?since_id=0&max_id=786129832 - body: none - auth: none -} - -query { - since_id: 0 - max_id: 786129832 -} - -headers { - Cookie: {{user_token}} -} diff --git "a/jianshu_apis/\347\256\200\344\271\246\347\247\257\345\210\206\345\205\221\346\215\242\345\271\263\345\217\260/\350\216\267\345\217\226\345\271\263\345\217\260\350\256\276\347\275\256.bru" "b/jianshu_apis/\347\256\200\344\271\246\347\247\257\345\210\206\345\205\221\346\215\242\345\271\263\345\217\260/\350\216\267\345\217\226\345\271\263\345\217\260\350\256\276\347\275\256.bru" deleted file mode 100644 index aac5b0d..0000000 --- "a/jianshu_apis/\347\256\200\344\271\246\347\247\257\345\210\206\345\205\221\346\215\242\345\271\263\345\217\260/\350\216\267\345\217\226\345\271\263\345\217\260\350\256\276\347\275\256.bru" +++ /dev/null @@ -1,17 +0,0 @@ -meta { - name: 获取平台设置 - type: http - seq: 3 -} - -post { - url: https://20221023.jianshubei.com/api/getList/furnish.setting/1/ - body: json - auth: none -} - -body:json { - { - "fields": "isClose,fee,shop_fee,minimum_price,buy_minimum_price" - } -} diff --git "a/jianshu_apis/\347\256\200\344\271\246\347\247\257\345\210\206\345\205\221\346\215\242\345\271\263\345\217\260/\350\216\267\345\217\226\350\264\235\345\270\202\344\271\260\345\215\225\346\214\202\345\215\225.bru" "b/jianshu_apis/\347\256\200\344\271\246\347\247\257\345\210\206\345\205\221\346\215\242\345\271\263\345\217\260/\350\216\267\345\217\226\350\264\235\345\270\202\344\271\260\345\215\225\346\214\202\345\215\225.bru" deleted file mode 100644 index 1421d61..0000000 --- "a/jianshu_apis/\347\256\200\344\271\246\347\247\257\345\210\206\345\205\221\346\215\242\345\271\263\345\217\260/\350\216\267\345\217\226\350\264\235\345\270\202\344\271\260\345\215\225\346\214\202\345\215\225.bru" +++ /dev/null @@ -1,62 +0,0 @@ -meta { - name: 获取贝市买单挂单 - type: http - seq: 1 -} - -post { - url: https://20221023.jianshubei.com/api/getList/furnish.bei/?page=1 - body: json - auth: none -} - -query { - page: 1 -} - -body:json { - { - "filter": [ - { - "trade": 1 - }, - { - "status": 1 - }, - { - "finish": 0 - }, - { - "tradable": { - ">": "0" - } - } - ], - "sort": "price,pub_date", - "bind": [ - { - "member.user": { - "filter": [ - { - "id": "{{uid}}" - } - ], - "addField": [ - { - "username_md5": "username_md5" - } - ], - "fields": "id,username,avatarUrl,credit,pay_types" - } - } - ], - "addField": [ - { - "tradeCount": "tradeCount" - }, - { - "tradeNum": "tradeNum" - } - ] - } -} diff --git "a/jianshu_apis/\347\256\200\344\271\246\347\247\257\345\210\206\345\205\221\346\215\242\345\271\263\345\217\260/\350\216\267\345\217\226\350\264\235\345\270\202\345\215\226\345\215\225\346\214\202\345\215\225.bru" "b/jianshu_apis/\347\256\200\344\271\246\347\247\257\345\210\206\345\205\221\346\215\242\345\271\263\345\217\260/\350\216\267\345\217\226\350\264\235\345\270\202\345\215\226\345\215\225\346\214\202\345\215\225.bru" deleted file mode 100644 index 7c1d9c5..0000000 --- "a/jianshu_apis/\347\256\200\344\271\246\347\247\257\345\210\206\345\205\221\346\215\242\345\271\263\345\217\260/\350\216\267\345\217\226\350\264\235\345\270\202\345\215\226\345\215\225\346\214\202\345\215\225.bru" +++ /dev/null @@ -1,62 +0,0 @@ -meta { - name: 获取贝市卖单挂单 - type: http - seq: 2 -} - -post { - url: https://20221023.jianshubei.com/api/getList/furnish.bei/?page=1 - body: json - auth: none -} - -query { - page: 1 -} - -body:json { - { - "filter": [ - { - "trade": 0 - }, - { - "status": 1 - }, - { - "finish": 0 - }, - { - "tradable": { - ">": "0" - } - } - ], - "sort": "-price,pub_date", - "bind": [ - { - "member.user": { - "filter": [ - { - "id": "{{uid}}" - } - ], - "addField": [ - { - "username_md5": "username_md5" - } - ], - "fields": "id,username,avatarUrl,credit,pay_types" - } - } - ], - "addField": [ - { - "tradeCount": "tradeCount" - }, - { - "tradeNum": "tradeNum" - } - ] - } -} diff --git "a/jianshu_apis/\350\277\236\350\275\275/\350\216\267\345\217\226\350\277\236\350\275\275\346\226\207\347\253\240.bru" "b/jianshu_apis/\350\277\236\350\275\275/\350\216\267\345\217\226\350\277\236\350\275\275\346\226\207\347\253\240.bru" deleted file mode 100644 index bdfedc9..0000000 --- "a/jianshu_apis/\350\277\236\350\275\275/\350\216\267\345\217\226\350\277\236\350\275\275\346\226\207\347\253\240.bru" +++ /dev/null @@ -1,17 +0,0 @@ -meta { - name: 获取连载文章 - type: http - seq: 1 -} - -get { - url: https://www.jianshu.com/asimov/books/{{book_id}}/chapters?page=1&count=10&order=asc - body: none - auth: none -} - -query { - page: 1 - count: 10 - order: asc -}