去除了ca打印,修改了上报处方订单的数组格式。
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user