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