Update xjsp.js

This commit is contained in:
NobyDa 2019-08-03 18:51:22 +08:00 committed by GitHub
parent cfaec66ff1
commit f925d95c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -6,11 +6,8 @@ const path2 = "/getGlobalData";
const path3 = "/vod/reqplay/"
if (url.indexOf(path1) != -1){
let obj = JSON.parse(body);
obj.data.uinfo.down_daily_remainders = "998";
obj.data.uinfo.play_daily_remainders = "998";
obj.data.uinfo.curr_group["gid"] = "5";
obj.data.uinfo.curr_group["minup"] = "1000000";
obj.data.uinfo.curr_group["gname"] = "尊贵VIP";
obj.data.uinfo.down_daily_remainders = "666";
obj.data.uinfo.play_daily_remainders = "666";
obj.data.uinfo["next_upgrade_need"] = "0";
obj.data.user.isvip = "1";
obj.data.user.nickname = "Meeta_share";