Skip to content

Commit

Permalink
add laws
Browse files Browse the repository at this point in the history
社会法/反电信网络诈骗法(2022-09-02).md
经济法/农产品质量安全法(2022-09-02).md
  • Loading branch information
RanKKI committed Sep 7, 2022
1 parent dd2fb8c commit a311915
Show file tree
Hide file tree
Showing 4 changed files with 648 additions and 3 deletions.
Binary file modified db.sqlite3
Binary file not shown.
7 changes: 4 additions & 3 deletions scripts/request.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import enum
import json
from time import time
import logging
import os
import re
Expand Down Expand Up @@ -647,8 +648,8 @@ def main():
req.request.searchType = "1,3"
req.request.params = [
# ("type", "公安部规章")
# ('xlwj', ['02', '03', '04', '05', '06', '07', '08']), # 法律法规
("fgbt", "最高人民法院、最高人民检察院关于执行《中华人民共和国刑法》确定罪名"),
('xlwj', ['02', '03', '04', '05', '06', '07', '08']), # 法律法规
# ("fgbt", "最高人民法院、最高人民检察院关于执行《中华人民共和国刑法》确定罪名"),
# ("fgxlwj", "xzfg"), # 行政法规
# ('type', 'sfjs'),
# ("zdjg", "4028814858a4d78b0158a50f344e0048&4028814858a4d78b0158a50fa2ba004c"), #北京
Expand All @@ -660,7 +661,7 @@ def main():
# ("zdjg", "4028814858b9b8e50158bef1d72600b9&4028814858b9b8e50158bef2706800bd"), # 陕西省
]
# req.request.req_time = 1647659481879
# req.request.req_time = int(time() * 1000)
req.request.req_time = int(time() * 1000)
# req.spec_title = "反有组织犯罪法"
req.run()

Expand Down
Loading

0 comments on commit a311915

Please sign in to comment.