forked from baipiaomonster/httpcatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path医考帮解锁会员.json
48 lines (48 loc) · 1.03 KB
/
医考帮解锁会员.json
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
{
"rules": [{
"action": "body",
"matchField": "",
"field": "",
"value": "\"is_vip\":\"1\"",
"matchValue": "\"is_vip\":\"\\d\"",
"destiontion": "response",
"isRegex": true
}, {
"action": "body",
"matchField": "",
"field": "",
"value": "\"vip_deadline\":\"解锁成功\"",
"matchValue": "\"vip_deadline\":\"\"",
"destiontion": "response",
"isRegex": false
}, {
"action": "body",
"matchField": "",
"field": "",
"value": "pass\":1",
"matchValue": "pass\":\\d",
"destiontion": "response",
"isRegex": true
}],
"enabled": true,
"isReadOnly": false,
"name": "医考帮会员解锁 A+",
"locations": [{
"method": "GET",
"scheme": "https",
"enabled": true,
"port": 443,
"query": "",
"host": "api.yikaobang.com.cn",
"path": "\/user\/main\/vip"
}, {
"method": "GET",
"scheme": "https",
"enabled": true,
"port": 443,
"query": "",
"host": "api.yikaobang.com.cn",
"path": "\/index.php\/activity\/main\/chapterLock"
}],
"description": "A+"
}