From fe6acc0c13b487599d87d0540489271d13e39a68 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Sun, 25 Jun 2023 16:30:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E4=BA=AB=E4=BA=8C?= =?UTF-8?q?=E7=BB=B4=E7=A0=81=EF=BC=8C=E3=80=82=E5=A2=9E=E5=8A=A0=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Command/editDoctorQrCodeCommand.php | 4 ++-- app/Services/UserDoctorService.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Command/editDoctorQrCodeCommand.php b/app/Command/editDoctorQrCodeCommand.php index b23c4e5..14740d2 100644 --- a/app/Command/editDoctorQrCodeCommand.php +++ b/app/Command/editDoctorQrCodeCommand.php @@ -44,11 +44,11 @@ class editDoctorQrCodeCommand extends HyperfCommand $env_version = "release"; $app_env = \Hyperf\Support\env("APP_ENV",'dev'); if ($app_env == "dev"){ - $env_version = "develop"; + $env_version = "trial"; } $options = [ - "scene" => "doctor_id=" . $user_doctor['doctor_id'],// query 参数 + "scene" => "?doctor_id=" . $user_doctor['doctor_id'],// query 参数 "page" => "pages/expertDetail/expertDetail", "check_path" => false, "env_version" => $env_version, diff --git a/app/Services/UserDoctorService.php b/app/Services/UserDoctorService.php index d3e2cca..545f67a 100644 --- a/app/Services/UserDoctorService.php +++ b/app/Services/UserDoctorService.php @@ -1578,7 +1578,7 @@ class UserDoctorService extends BaseService $env_version = "release"; $app_env = \Hyperf\Support\env("APP_ENV",'dev'); if ($app_env == "dev"){ - $env_version = "develop"; + $env_version = "trial"; } $options = [