修正无医生数据

This commit is contained in:
2023-03-09 18:35:13 +08:00
parent f8e60425f4
commit bd49332f64
9 changed files with 335 additions and 45 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ class Base
}
$content = json_decode($response->getBody(),true);
dump($content);
if (empty($content)){
throw new BusinessException("请求失败");
}