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