問題描述 使用post方法是OK的,使用sendAsync就報(bào)錯(cuò) PS:看上去是不是Guzzle的返回在webman框架的http類中解析有問題? 程序代碼 post方法的代碼 $client = new Client(); $response = $client->post($url, [ 'headers' => [ 'Content-Type' => 'application/json;cha...
問題描述 簡單嘗試搭建了demo,官網(wǎng)的數(shù)據(jù)庫教程,安裝的是 composer require -W illuminate/database illuminate/pagination illuminate/events symfony/var-dumper laravel/serializable-closure window上能正常返回?cái)?shù)據(jù)庫數(shù)據(jù),linux上不行,報(bào)錯(cuò)。 數(shù)據(jù)庫是使用的.env配置 數(shù)據(jù)庫是m...