laravel 11接口返回Deprecated怎么处理
今天玩了下laravel 11,但是发现装了 overtrue/flysystem-qiniu.
接口就会多返回一些东西:
<br/><b>Deprecated</b>: Qiniu\Config::__construct(): Implicitly marking parameter $z as nullable is deprecated, the explicit nullable type must be used instead in <b>/www/wwwroot/tasklist.localhost/vendor/qiniu/php-sdk/src/Qiniu/Config.php</b> on line <b>44</b><br/>{
"success": true,
"message": "\u9a8c\u8bc1\u7801\u53d1\u9001\u6210\u529f",
"debug_code": "123456"
}
这怎么处理
推荐文章: