修改分享二维码,。增加命令行

This commit is contained in:
wucongxing 2023-06-25 16:30:47 +08:00
parent fc1dd9533d
commit fe6acc0c13
2 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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 = [