This commit is contained in:
2024 2024-09-06 23:20:59 +08:00
parent b57e51a4df
commit ed72f15a41
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -21,7 +21,7 @@ const querystring = require('querystring');
const exec = require('child_process').exec; const exec = require('child_process').exec;
const $ = new Env(); const $ = new Env();
const timeout = 15000; //超时时间(单位毫秒) const timeout = 15000; //超时时间(单位毫秒)
console.log("加载sendNotify当前版本: 20230712"); //console.log("加载sendNotify当前版本: 20230712");
// =======================================go-cqhttp通知设置区域=========================================== // =======================================go-cqhttp通知设置区域===========================================
//gobot_url 填写请求地址http://127.0.0.1/send_private_msg //gobot_url 填写请求地址http://127.0.0.1/send_private_msg
//gobot_token 填写在go-cqhttp文件设置的访问密钥 //gobot_token 填写在go-cqhttp文件设置的访问密钥