From 31c034eee172ba20e2ab72070ca8151fdf7db649 Mon Sep 17 00:00:00 2001 From: haomingming Date: Mon, 1 Dec 2025 16:45:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=B5=8B=E8=AF=95=E9=BB=98?= =?UTF-8?q?=E8=AE=A4ca=E8=B4=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/CaService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/CaService.php b/app/Services/CaService.php index 03b2adf..6e821ba 100644 --- a/app/Services/CaService.php +++ b/app/Services/CaService.php @@ -84,7 +84,7 @@ class CaService extends BaseService if ($app_env == 'prod'){ $this->entity_id = $user_doctor_info['user_id']; }else{ - $this->entity_id = "491925054435950592"; + $this->entity_id = "516904855112556544"; } $this->card_num = $user_doctor_info['card_num'];