diff --git a/app/Services/OrderPrescriptionService.php b/app/Services/OrderPrescriptionService.php index cb29b92..a8cf5ef 100644 --- a/app/Services/OrderPrescriptionService.php +++ b/app/Services/OrderPrescriptionService.php @@ -358,7 +358,7 @@ class OrderPrescriptionService extends BaseService } // 处方pdf地址 - $prescription_pdf_oss_path = "applet/prescription/" . $order_prescription["order_prescription_id"] . ".pdf"; + $prescription_pdf_oss_path = "/applet/prescription/" . $order_prescription["order_prescription_id"] . ".pdf"; $arg = array(); $arg['terminalCode'] = "ZD-10003";