shawenguan 1 年之前
父节点
当前提交
f258d7e649
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Scripts/manmanbuy/manmanbuyHelper.js

+ 1 - 0
Scripts/manmanbuy/manmanbuyHelper.js

@@ -87,6 +87,7 @@ function handleRequest(){
     const request = magicJS.request;
     if (LOGIN_REGEX.test(request.url) && request.headers.hasOwnProperty('savedata') == false) {
         let hisBody = magicJS.read(LOGIN_BODY_KEY, 'default');
+        hisBody = null;
         if (hisBody != request.body) {
             magicJS.write(LOGIN_BODY_KEY, request.body, 'default');
             let reqParams = magicJS.parseQueryStr(request.body);