From 01ceafe255ede5d033b6bf0fb56cb990f9e24d4f Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Mon, 9 May 2022 15:31:07 +0800 Subject: [PATCH] no message --- bot/bot_yo.php | 2 +- dev/bot_every.php | 2 +- dev/bot_next.php | 2 +- dev/bot_when.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bot/bot_yo.php b/bot/bot_yo.php index e940f5b..38c716f 100755 --- a/bot/bot_yo.php +++ b/bot/bot_yo.php @@ -10,7 +10,7 @@ $bot_loop->name = "2秒后自动触发"; function BotFunc() { - $res = Tool::post('http://ld.win.sa0.online:81/api/yo', []); + $res = Tool::post('http://code.dev.sa0.online:88/api/yo', []); var_dump($res); } diff --git a/dev/bot_every.php b/dev/bot_every.php index 7a97ea2..ac0b4b4 100755 --- a/dev/bot_every.php +++ b/dev/bot_every.php @@ -12,7 +12,7 @@ $time = time() - $loop; function BotFunc($loop, &$time) { if (time() - $time >= $loop) { - $res = Tool::post('http://ld.win.sa0.online:81/api/yo', []); + $res = Tool::post('http://code.dev.sa0.online:88/api/yo', []); var_dump($res); $time = $time + $loop; } diff --git a/dev/bot_next.php b/dev/bot_next.php index e940f5b..38c716f 100755 --- a/dev/bot_next.php +++ b/dev/bot_next.php @@ -10,7 +10,7 @@ $bot_loop->name = "2秒后自动触发"; function BotFunc() { - $res = Tool::post('http://ld.win.sa0.online:81/api/yo', []); + $res = Tool::post('http://code.dev.sa0.online:88/api/yo', []); var_dump($res); } diff --git a/dev/bot_when.php b/dev/bot_when.php index c1aeca1..1d299fd 100755 --- a/dev/bot_when.php +++ b/dev/bot_when.php @@ -12,7 +12,7 @@ $time = strtotime(date('Y-m-d') . ' 20:21:00'); function BotFunc($loop, &$time) { if (time() - $time >= 0) { - $res = Tool::post('http://ld.win.sa0.online:81/api/yo', []); + $res = Tool::post('http://code.dev.sa0.online:88/api/yo', []); var_dump($res); $time = $time + $loop; }