修改分享二维码,。增加命令行
This commit is contained in:
parent
fc1dd9533d
commit
fe6acc0c13
@ -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,
|
||||
|
||||
@ -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 = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user