创建命令:application/admin/command/ConfigRefresh.php<?php namespace app\admin\command; use app\common\model\Config; use think\console\Command; use think\console\Input; use thin...
<?php declare (strict_types=1); namespace app\server; use think\worker\Server; use Workerman\Connection\TcpConnection; class index extends Server { protected $protocol = 'websoc...