forked from baipiaomonster/httpcatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
卡点视频解锁会员.json
48 lines (48 loc) · 1.01 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_end_time\":1645467742",
"matchValue": "vip_end_time\":\\d+",
"destiontion": "response",
"isRegex": true
}, {
"action": "body",
"matchField": "",
"field": "",
"value": "vip_grade\":2",
"matchValue": "vip_grade\":\\d",
"destiontion": "response",
"isRegex": true
}, {
"action": "body",
"matchField": "",
"field": "",
"value": "vip_type\":2",
"matchValue": "vip_type\":\\d",
"destiontion": "response",
"isRegex": true
}],
"enabled": true,
"isReadOnly": false,
"name": "卡点视频 解锁会员 A+",
"locations": [{
"method": "POST",
"scheme": "http",
"enabled": true,
"port": 80,
"query": "",
"host": "kadian.nineton.cn",
"path": "\/api\/v1.user\/info"
}],
"description": "A+"
}