shawenguan 1 năm trước cách đây
mục cha
commit
879ce35083
1 tập tin đã thay đổi với 7 bổ sung7 xóa
  1. 7 7
      Scripts/pingan/pinganIkea.js

+ 7 - 7
Scripts/pingan/pinganIkea.js

@@ -399,8 +399,8 @@ async function tryGrabCoupon() {
         if (ret) {
             if (ret.responseCode == '900100') {//未登录
                 isLogin = false;
-                strLoginFailMsg = ret.responseMessage;
-                // magicJS.notification.appendNotifyInfo(ret.responseMessage);
+                strLoginFailMsg = ret.responseMsg;
+                // magicJS.notification.appendNotifyInfo(ret.responseMsg);
                 break;
             }
             if (ret.responseCode == '000000') {
@@ -413,7 +413,7 @@ async function tryGrabCoupon() {
             if (ret.responseCode == '000000') {
                 tipsText = `${sk925Names[i]}领取成功`;
             } else {
-                tipsText = sk925Names[i] + getResponseErrorMsg(ret.responseCode, config, ret.responseMessage)
+                tipsText = sk925Names[i] + getResponseErrorMsg(ret.responseCode, config, ret.responseMsg)
             }
         } else {
             tipsText = `${sk925Names[i]}领取失败`;
@@ -447,7 +447,7 @@ async function tryGrabCoupon() {
         let tipsText = ``;
         if (ret) {
             if (ret.responseCode == '900100') {//未登录
-                magicJS.notification.appendNotifyInfo(ret.responseMessage);
+                magicJS.notification.appendNotifyInfo(ret.responseMsg);
                 break;
             }
             if (ret.responseCode == '000000') {
@@ -460,7 +460,7 @@ async function tryGrabCoupon() {
             if (ret.responseCode == '000000') {
                 tipsText = `${sk88Names[i]}领取成功`;
             } else {
-                tipsText = sk88Names[i] + getResponseErrorMsg(ret.responseCode, config, ret.responseMessage)
+                tipsText = sk88Names[i] + getResponseErrorMsg(ret.responseCode, config, ret.responseMsg)
             }
         } else {
             tipsText = `${sk88Names[i]}领取失败`;
@@ -481,7 +481,7 @@ async function tryGrabCoupon() {
         let tipsText = ``;
         if (ret) {
             if (ret.responseCode == '900100') {//未登录
-                magicJS.notification.appendNotifyInfo(ret.responseMessage);
+                magicJS.notification.appendNotifyInfo(ret.responseMsg);
                 break;
             }
             if (ret.responseCode == '000000') {
@@ -494,7 +494,7 @@ async function tryGrabCoupon() {
             if (ret.responseCode == '000000') {
                 tipsText = `${sk55Names[i]}领取成功`;
             } else {
-                tipsText = sk55Names[i] + getResponseErrorMsg(ret.responseCode, config, ret.responseMessage)
+                tipsText = sk55Names[i] + getResponseErrorMsg(ret.responseCode, config, ret.responseMsg)
             }
         } else {
             tipsText = `${sk55Names[i]}领取失败`;