shawenguan 2 年 前
コミット
aadbc31664
1 ファイル変更1 行追加2 行削除
  1. 1 2
      Scripts/others/dssy.js

+ 1 - 2
Scripts/others/dssy.js

@@ -18,12 +18,11 @@ hostname = mars.inout.top
 *******************************/
 try {
     let data = JSON.parse(typeof $response != "undefined" && $response.body || null);
-    console.log($response.body);
     if(data && data.data){
         data.data['vip_expire_time'] = 4076744128000;
         data.data['auto_subscribe_or_permanent_vip'] = true;
         data.data['is_lifetime_membership'] = true;
-        $done({ body: JSON.stringify(body) });
+        $done({ body: JSON.stringify(data) });
     }
 } catch (err) {
     $done();