forked from LTribeSkyx/Script
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWPS.js
More file actions
71 lines (65 loc) · 1.31 KB
/
WPS.js
File metadata and controls
71 lines (65 loc) · 1.31 KB
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
65
66
67
68
69
70
71
/*
Quantumult X 脚本:
WPS Office Unlock
Download Link : https://w.url.cn/s/A7je1S3
[rewrite_local]
# WPS Office
^https?:\/\/account\.wps\.cn\/api\/users\/.*\/overview url script-response-body WPS.js
[mitm]
hostname = account.wps.cn,
*/
let obj = JSON.parse($response.body);
obj = {
"result": "ok",
"total_cost": 0,
"privilege": [{
"times": 0,
"expire_time": 7956882115,
"spid": "data_recover"
}, {
"times": 0,
"expire_time": 7956882115,
"spid": "ocr"
}, {
"times": 0,
"expire_time": 7956882115,
"spid": "pdf2doc"
}, {
"times": 0,
"expire_time": 7956882115,
"spid": "pdf_merge"
}, {
"times": 0,
"expire_time": 7956882115,
"spid": "pdf_sign"
}, {
"times": 0,
"expire_time": 7956882115,
"spid": "pdf_split"
}],
"userid": 100861008,
"wealth": 10086,
"level": 10,
"exp": 10086,
"vip": {
"memberid": 40,
"expire_time": 7956882115,
"name": "超级会员",
"has_ad": 0,
"enabled": [{
"name": "超级会员",
"expire_time": 7956882115,
"memberid": 40
}, {
"name": "WPS会员",
"expire_time": 7956882115,
"memberid": 20
}, {
"name": "稻壳会员",
"expire_time": 7956882115,
"memberid": 12
}]
},
"total_buy": 0
}
$done({body: JSON.stringify(obj)});