Script/QuantumultX/File/aimeiju.js

24 lines
585 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

var body = $response.body;
var url = $request.url;
const path1 = "/index.php/app/ios/user/index";
const path2 = "/index.php/app/ios/vod/show";
if (url.indexOf(path1) != -1){
let obj = JSON.parse(body);
obj.data.user["viptime"] = "2066-01-01 08:00:00";
obj.data.user["cion"] = "66666";
obj.data.user["vip"] = "1";
body = JSON.stringify(obj);
}
if (url.indexOf(path2) != -1){
let obj = JSON.parse(body);
obj.data["looktime"] = -1;
obj.data["vip"] = "4";
body = JSON.stringify(obj);
}
$done({body});
// Made by Meeta(爱美剧)官网下载app.meiju2018.com