修改商品订单金额计算
This commit is contained in:
@@ -180,7 +180,7 @@ class Prescription
|
||||
}
|
||||
|
||||
return $response['data'];
|
||||
} catch (GuzzleException $e) {
|
||||
} catch (\Throwable $e) {
|
||||
throw new BusinessException($e->getMessage());
|
||||
}
|
||||
}
|
||||
@@ -189,6 +189,8 @@ class Prescription
|
||||
* 上报处方
|
||||
* @param array $arg
|
||||
* @return array
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
public function reportPrescription(array $arg): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user