workerman/http-client版本:1.0.10
PHP Deprecated: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in /www/wwwroot/App/vendor/workerman/http-client/src/Request.php on line 244
//206行的是空字符
$data = http_build_query($data, '', '&');
//但是244行还是用的null
$query = http_build_query($query, null, '&', PHP_QUERY_RFC3986);
已修复,更新到1.0.11或者后续更高版本。
composer reuqire workerman/http-client ^1.0.11