-
Notifications
You must be signed in to change notification settings - Fork 167
/
Copy pathVUE Vlog解锁会员.json
48 lines (48 loc) · 1.04 KB
/
VUE Vlog解锁会员.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": "isCustomized\":true",
"matchValue": "isCustomized\":\\w+",
"destiontion": "response",
"isRegex": true
}, {
"action": "body",
"matchField": "",
"field": "",
"value": "isPremium\":true",
"matchValue": "isPremium\":\\w+",
"destiontion": "response",
"isRegex": true
}, {
"action": "body",
"matchField": "",
"field": "",
"value": "active\":true",
"matchValue": "active\":\\w+",
"destiontion": "response",
"isRegex": true
}],
"enabled": false,
"isReadOnly": false,
"name": "VUE Vlog 年度精选 A+",
"locations": [{
"method": "",
"scheme": "",
"enabled": true,
"port": 0,
"query": "",
"host": "",
"path": "\/api\/v1\/users\/*\/profile"
}, {
"method": "",
"scheme": "",
"enabled": true,
"port": 0,
"query": "",
"host": "",
"path": "\/api\/v1\/users\/self"
}],
"description": "VUE Vlog 来自 VUE VIDEO CO., LTD. https:\/\/apps.apple.com\/cn\/app\/vue-vlog\/id1114690993"
}