|
|
@@ -430,7 +430,7 @@ async function tryGrabCoupon() {
|
|
|
},
|
|
|
"url": "https://b.pingan.com.cn/kuaizhan/v2/5K2422/20230925/k84123/index.html? paesuperbank=%7B%22dLinkId%22%3A%22M0P5EnN0addUoXCs240814104407%22%7D"
|
|
|
};
|
|
|
- let schemaUrl = `paesuperbank://?paesuperbank=${encodeURIComponent(JSON.stringify(params))})`;
|
|
|
+ let schemaUrl = `paesuperbank://?paesuperbank=${encodeURIComponent(JSON.stringify(params))}`;
|
|
|
magicJS.notification.post(scriptName, '', strLoginFailMsg, schemaUrl);
|
|
|
return;
|
|
|
}
|