-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.example
More file actions
114 lines (114 loc) · 4.3 KB
/
config.json.example
File metadata and controls
114 lines (114 loc) · 4.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"data_sources": {
"shen_zhen": {
"name": "深圳市住房和建设局",
"base_url": "http://zjj.sz.gov.cn/ztfw/zfbz/tzgg2017/index.html",
"website": "https://zjj.sz.gov.cn/",
"timeout": 30,
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"enabled": true,
"schedule": "*/3 8-23 * * *"
},
"fu_tian": {
"name": "福田政府在线",
"base_url": "http://www.szft.gov.cn/bmxx/qjsj/tzgg/index.html",
"website": "https://www.szft.gov.cn/bmxx/qjsj/index.html",
"timeout": 30,
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"enabled": true,
"schedule": "*/3 8-23 * * *"
},
"bao_an": {
"name": "宝安区住建局",
"base_url": "http://www.baoan.gov.cn/bajshej/gkmlpt/api/all/0",
"website": "http://www.baoan.gov.cn/bajshej/",
"timeout": 30,
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"enabled": true,
"schedule": "*/3 8-23 * * *"
},
"light": {
"name": "光明住建局",
"base_url": "http://www.szgm.gov.cn/gmzfhjsjcsgx/gkmlpt/api/all/0",
"website": "https://www.szgm.gov.cn/gmzfhjsjcsgx/gkmlpt/index",
"timeout": 30,
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"enabled": true,
"schedule": "*/3 8-23 * * *"
},
"nan_shan": {
"name": "南山住建局",
"base_url": "http://www.szns.gov.cn/nsqzjj/gkmlpt/api/all/0",
"website": "https://www.szns.gov.cn/nsqzjj/gkmlpt/index",
"timeout": 30,
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"enabled": true,
"schedule": "*/3 8-23 * * *"
},
"long_hua": {
"name": "深圳市龙华政府",
"base_url": "http://www.szlhq.gov.cn/bmxxgk/zfhjsj/dtxx_124333/tzgg_124335/index.html",
"website": "https://www.szlhq.gov.cn/",
"timeout": 30,
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"enabled": true,
"schedule": "*/3 8-23 * * *"
},
"luo_hu": {
"name": "深圳市罗湖政府",
"base_url": "http://www.szlh.gov.cn/lhqzfhjsj/gkmlpt/api/all/0",
"website": "https://www.szlh.gov.cn/lhqzfhjsj/gkmlpt/index",
"timeout": 30,
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"enabled": true,
"schedule": "*/3 8-23 * * *"
},
"long_gang": {
"name": "龙岗区住房和建设局",
"base_url": "http://www.lg.gov.cn/bmzz/zjj/zfbz/rcaj/",
"website": "https://www.lg.gov.cn/bmzz/zjj/index.html",
"timeout": 30,
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"enabled": true,
"schedule": "*/3 8-23 * * *"
},
"da_peng": {
"name": "深圳市大鹏新区住房和建设局 ",
"base_url": "http://www.dpxq.gov.cn/dpzfjsj/gkmlpt/api/all/0",
"website": "https://www.dpxq.gov.cn/dpzfjsj/gkmlpt/index",
"timeout": 30,
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"enabled": true,
"schedule": "*/3 8-23 * * *"
},
"ping_shan": {
"name": "坪山区人民政府",
"base_url": "http://www.szpsq.gov.cn/ztfw/zfbzfw/index.html",
"website": "https://www.szpsq.gov.cn/ztfw/zfbzfw/index.html",
"timeout": 30,
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"enabled": true,
"schedule": "*/3 8-23 * * *"
},
"yan_tian": {
"name": "深圳市盐田区住房和建设局",
"base_url": "http://www.yantian.gov.cn/ytjsj/gkmlpt/api/all/0",
"website": "https://www.yantian.gov.cn/ytjsj/gkmlpt/index",
"timeout": 30,
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36",
"enabled": true,
"schedule": "*/3 8-23 * * *"
}
},
"enabled_sources": ["shen_zhen", ""fu_tian","bao_an", "light", "nan_shan", "long_hua", "luo_hu", "long_gang", "da_peng", "ping_shan", "yan_tian"],
"notifications": [
{
"type": "wechat",
"name": "工作群",
"enabled": true,
"webhook_url": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=TOEKN",
"secret": "",
"timeout": 30
}
]
}