Create kw2

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

7
QuantumultX/File/kw2 Normal file
View File

@ -0,0 +1,7 @@
var body = $response.body;
var obj = JSON.parse(body);
obj["isVIPMAutoPay"] = 2;
obj["isVIPLuxAutoPay"] = 2;
body = JSON.stringify(obj);
$done(body);