From 171c32881a8bab1c9561fe9fe22512c751965450 Mon Sep 17 00:00:00 2001 From: haomingming Date: Tue, 23 Dec 2025 10:48:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8D=AF=E5=B8=88=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=20id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/CaService.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/Services/CaService.php b/app/Services/CaService.php index 14f5149..b4669e2 100644 --- a/app/Services/CaService.php +++ b/app/Services/CaService.php @@ -67,7 +67,12 @@ class CaService extends BaseService if ($type == 1){ // 医院 $this->sign_image_path = "basic/file/hospital_signature.png"; - $this->entity_id = "534534546"; + $app_env = config('app_env','dev'); + if ($app_env == 'prod'){ + $this->entity_id = "1"; + }else{ + $this->entity_id = "534534546"; + } $this->card_num = "91510106MABTJY4K9R"; }elseif($type == 2){ // 用户