Compare commits

..

No commits in common. "5e4c6f957d0b2728fed5af4b10b8820487a4c9c4" and "9c6893a67c627f75afc458c8b6c56a7297974e1f" have entirely different histories.

4 changed files with 3 additions and 18 deletions

View File

@ -26,12 +26,8 @@ class Server
}
$realname=$session->get('realname',null);
if(str_starts_with($url, 'http://')||str_starts_with($url, 'https://')){
$domain=$url;
}else{
$domain='http://'.$url;
}
$domain_name=parse_url($domain)['host'];
$domain=$url;
$domain_name=parse_url($url)['host'];
$response = Http::post('https://api.uutool.cn/beian/icp/', ['site' => "$domain"])->json();

View File

@ -136,13 +136,3 @@
2024-11-05 16:54:59 pid:1636 Workerman[start.php] start in DEBUG mode
2024-11-05 16:55:00 pid:1636 Workerman[start.php] stopping ...
2024-11-05 16:55:00 pid:1636 Workerman[start.php] has been stopped
2024-11-07 18:21:20 pid:9866 Workerman[start.php] start in DEBUG mode
2024-11-07 18:23:59 pid:9866 Workerman[start.php] stopping ...
2024-11-07 18:23:59 pid:9866 Workerman[start.php] has been stopped
2024-11-07 18:24:36 pid:11244 Workerman[start.php] start in DEBUG mode
2024-11-07 18:24:39 pid:11244 Workerman[start.php] stopping ...
2024-11-07 18:24:39 pid:11244 Workerman[start.php] has been stopped
2024-11-07 21:43:27 pid:46886 Workerman[start.php] start in DEBUG mode
2024-11-07 21:43:52 pid:46886 Workerman[start.php] reloading
2024-11-07 21:44:17 pid:46886 Workerman[start.php] stopping ...
2024-11-07 21:44:17 pid:46886 Workerman[start.php] has been stopped

View File

@ -1 +1 @@
a:1:{s:7:"captcha";s:5:"sq8y4";}
a:3:{s:7:"captcha";s:5:"sq8y4";s:4:"user";s:5:"enoch";s:8:"realname";s:9:"以诺书";}

View File

@ -1,5 +1,4 @@
#!/usr/bin/env php
<?php
require_once __DIR__ . '/vendor/autoload.php';
echo "Version: 1.0.3\n";
support\App::run();