1
This commit is contained in:
@@ -95,6 +95,7 @@ class Base
|
||||
|
||||
$content = json_decode($response->getBody(),true);
|
||||
|
||||
dump($content);
|
||||
if (empty($content)){
|
||||
throw new BusinessException("请求失败");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user