From 42234c930532e50737bf47cefbbe01e28387cf7d Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 18 May 2023 16:05:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=80=E5=85=B7=E5=A4=84?= =?UTF-8?q?=E6=96=B9?= 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 5ce5ab3..7f9835f 100644 --- a/app/Services/CaService.php +++ b/app/Services/CaService.php @@ -83,7 +83,7 @@ class CaService extends BaseService $user_sign_image_path = $user_doctor_info['sign_image']; - $app_env = config('APP_ENV','dev'); + $app_env = config('app_env','dev'); if ($app_env == 'prod'){ $this->user_entity_id = $user_doctor_info['user_id']; }else{