This commit is contained in:
wucongxing 2023-08-09 14:57:36 +08:00
parent 751a87ab33
commit cc259e237e

View File

@ -95,7 +95,6 @@ class Base
$content = json_decode($response->getBody(),true);
dump($content);
if (empty($content)){
throw new BusinessException("请求失败");
}