forked from pm936/httpcatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
一书一课 解锁会员.json
64 lines (64 loc) · 1.75 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"rules" : [
{
"action" : "body",
"matchField" : "",
"field" : "",
"value" : "lockStatus\":1",
"matchValue" : "lockStatus\":\\d",
"destiontion" : "response",
"isRegex" : true
},
{
"action" : "body",
"matchField" : "",
"field" : "",
"value" : "trialFlag\":1",
"matchValue" : "trialFlag\":\\d",
"destiontion" : "response",
"isRegex" : true
},
{
"action" : "body",
"matchField" : "",
"field" : "",
"value" : "expiredTime\": \"2030-07-15 11:11:11\"",
"matchValue" : "expiredTime\":\".*?\"",
"destiontion" : "response",
"isRegex" : true
},
{
"action" : "body",
"matchField" : "",
"field" : "",
"value" : "vipType\": 1",
"matchValue" : "vipType\":\\d",
"destiontion" : "response",
"isRegex" : true
},
{
"action" : "body",
"matchField" : "",
"field" : "",
"value" : "customerType\": 1",
"matchValue" : "customerType\":\\d",
"destiontion" : "response",
"isRegex" : true
}
],
"enabled" : true,
"isReadOnly" : false,
"name" : "一书一课 解锁会员 A+",
"locations" : [
{
"method" : "",
"scheme" : "https",
"enabled" : true,
"port" : 443,
"query" : "",
"host" : "api.chiyue365.com",
"path" : "*"
}
],
"description" : "一书一课——自学习型组织的养成神器 来自 Shanghai Chiy Network Technology Ltd. Company https:\/\/apps.apple.com\/cn\/app\/%E4%B8%80%E4%B9%A6%E4%B8%80%E8%AF%BE-%E8%87%AA%E5%AD%A6%E4%B9%A0%E5%9E%8B%E7%BB%84%E7%BB%87%E7%9A%84%E5%85%BB%E6%88%90%E7%A5%9E%E5%99%A8\/id1193113815"
}