forked from pm936/httpcatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Airspeed VPN 解锁会员.json
46 lines (46 loc) · 1.13 KB
/
Airspeed VPN 解锁会员.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
{
"rules" : [
{
"action" : "body",
"matchField" : "",
"field" : "",
"value" : "\"expire\":1800000000000",
"matchValue" : "\"expire\":\\d+",
"destiontion" : "response",
"isRegex" : true
},
{
"action" : "body",
"matchField" : "",
"field" : "",
"value" : "\"expire\":1800000000000",
"matchValue" : "\"expire\":\\w+",
"destiontion" : "response",
"isRegex" : true
},
{
"action" : "body",
"matchField" : "",
"field" : "",
"value" : "type\":\"vip",
"matchValue" : "type\":\"\\w+",
"destiontion" : "response",
"isRegex" : true
}
],
"enabled" : false,
"isReadOnly" : false,
"name" : "Airspeed VPN 解锁会员 A+",
"locations" : [
{
"method" : "POST",
"scheme" : "https",
"enabled" : true,
"port" : 443,
"query" : "",
"host" : "api.express-api.com",
"path" : "\/v1\/device"
}
],
"description" : "需非国区下载\nAirspeed VPN by Excess Inc https:\/\/apps.apple.com\/us\/app\/airspeed-vpn\/id1510289941"
}