@@ -651,9 +651,11 @@ function ToolKit(scriptName, scriptId, options) {
uids: [
"UID_6P4B00X6Zv8U2oKC0I2R09emxtqq"
],
- url: "",
verifyPay: false
};
+ if (url) {
+ data['url'] = url;
+ }
let options = {
url: 'https://wxpusher.zjiecode.com/api/send/message',
body: JSON.stringify(data),