请求响应报错
($request) must be of type support\Request

TypeError: plugin\qzgapi\app\controller\NoticeController::alipayIsp(): Argument #1 ($request) must be of type support\Request, support\Request given, called in /home/wwwroot/qzgmini.com/vendor/workerman/webman-framework/src/App.php on line 336 and defined in /home/wwwroot/qzgmini.com/plugin/qzgapi/app/controller/NoticeController.php:58


NoticeController::alipayIsp()
返回类型不对
不是返回类型问题,是请求类型有问题,把Request类型删除(也就是不给定义类型)就可以了