摘要:
declare(strict_types=1); //引入 use Swoole\Coroutine; use Swoole\Database\PDOConfig; use Swoole\Database\PDOPool; use Swoole\Runtime; protected $pool = 阅读全文
摘要:
<?php declare(strict_types=1); namespace app\api\controller\yy; use app\common\controller\Api; use Swoole\Coroutine; use Swoole\Database\PDOConfig; us 阅读全文
摘要:
Loading mirror speeds from cached hostfile Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error 阅读全文
摘要:
//小程序一键登录 public function wechat() { $code = $this->request->post('code'); //前端获取传过来的code if (!$code){ return $this->err('缺少参数'); } //获取秘钥key if ($res 阅读全文