架构是 nginx+webman,上传图片是webman处理的,如何返回完整图片URL?返回这样的,访问不到http://api.checman.com/public/uploadImg/avatar/pZUGaojvKE4Cb229b64ef96b99c2c765a2da3379e2cd.jpg 这样访问不到图片,报nginx 404 not found...
use support\request; protected $requst = null; public function __construct(request $request) { $this->request = $request; } 上面写法会报错 ArgumentCountError: Too few arguments to function app\controller\Login...
Warning: EventBase::loop(): Failed to invoke event callback in /www/wwwroot/webman/vendor/workerman/workerman/Events/Event.php on line 195...