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; }