Create kw1.js

This commit is contained in:
NobyDa 2019-07-27 00:02:11 +08:00 committed by GitHub
parent e3fb02dd94
commit 13ced0faff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
QuantumultX/File/kw1.js Normal file
View File

@ -0,0 +1,13 @@
var body = $response.body;
var obj = JSON.parse(body);
obj.data["isNewUser"] = "2";
obj.data["vipLuxuryExpire"] = "1835312949000";
obj.data["time"] = "1961170340993";
obj.data["isYearUser"] = "2";
obj.data["vipmExpire"] = "1835312949000";
obj.data["vipOverSeasExpire"] = "1835312949000";
obj.data["vipExpire"] = "1835312949000";
obj.data["vip3Expire"] = "1835312949000";
body = JSON.stringify(obj);
$done(body);