添加 处方平台参数
Build Docker / build (push) Waiting to run

This commit is contained in:
haomingming
2025-12-02 16:25:18 +08:00
parent 270db5c040
commit 6e90c52cb8
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -226,9 +226,10 @@ class Prescription
*/
public function getPrescription(string $order_product_no,string $prescription_code): array
{
$terminal_code = config('prescription_platform.terminal_code');
$option = [
"json" => [
"terminalCode" => "ZD-10003",
"terminalCode" => $terminal_code,
"orderNo" => $order_product_no,
"prescriptionNo" => $prescription_code,
]