This commit is contained in:
2023-08-09 14:57:22 +08:00
parent af3295eaa5
commit 751a87ab33
4 changed files with 29 additions and 18 deletions
+1
View File
@@ -95,6 +95,7 @@ class Base
$content = json_decode($response->getBody(),true);
dump($content);
if (empty($content)){
throw new BusinessException("请求失败");
}