去除了ca打印,修改了上报处方订单的数组格式。

This commit is contained in:
2024-12-10 11:49:52 +08:00
parent 8443af52ee
commit b961436de3
3 changed files with 27 additions and 26 deletions
-1
View File
@@ -366,7 +366,6 @@ abstract class Ca
throw new BusinessException($response->getBody()->getContents());
}
$body = json_decode($response->getBody(), true);
dump($body);
if (empty($body)) {
// 返回值为空
throw new BusinessException(HttpEnumCode::getMessage(HttpEnumCode::SERVER_ERROR));