shawenguan 2 năm trước cách đây
mục cha
commit
f97822b5ea
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      Scripts/others/dssy.js

+ 4 - 0
Scripts/others/dssy.js

@@ -17,8 +17,12 @@ hostname = mars.inout.top
 
 *******************************/
 try {
+    const url = $request.url;
+    const path = $request.path;
+    console.log(`请求path=${path}#${$request.method}`);
     let data = JSON.parse(typeof $response != "undefined" && $response.body || null);
     if(data && data.data){
+        data.data['nickname'] = 'VIP已解锁';
         data.data['vip_expire_time'] = 4076744128000;
         data.data['auto_subscribe_or_permanent_vip'] = true;
         data.data['is_lifetime_membership'] = true;