forked from LTribeSkyx/Script
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbaimiao.js
21 lines (14 loc) · 967 Bytes
/
baimiao.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
Quantumult X 脚本:
解锁白描黄金会员 (by LTribe)
Download Link : https://t.cn/Ais9SirD
Thanks To@xiaozhuolao's membership data.
[rewrite_local]
# 白描解锁黄金会员 (by LTribe)
^https?:\/\/baimiao\.uzero\.cn\/api\/v\d\.user\/appLaunchWithUser$ url script-response-body baimiao.js
[mitm]
hostname = baimiao.uzero.cn,
*/
let obj = JSON.parse($response.body);
obj.value.vip = {"id":999999,"userId":9999999,"levelId":2,"deadline":9999986324,"boughtType":"new","boughtTime":1586253524,"boughtDuration":10,"boughtUnit":"year","boughtAmount":30,"orderId":999999,"deadlineNotified":0,"operatorId":0,"createdTime":1586253524,"level":{"id":2,"seq":2,"name":"黄金会员","icon":"","picture":"","monthPrice":0.02,"yearPrice":30,"description":"","recognizeNormal":-100,"recognizeBatch":-100,"recognizeTranslate":-100,"recognizeTranslateAll":1,"enabled":1,"gived":0,"createdTime":1429260383,"maxRate":100}};
$done({body: JSON.stringify(obj)});