修改分享二维码,。增加命令行
This commit is contained in:
parent
3b9a3a97a2
commit
fc1dd9533d
@ -44,7 +44,7 @@ class editDoctorQrCodeCommand extends HyperfCommand
|
|||||||
$env_version = "release";
|
$env_version = "release";
|
||||||
$app_env = \Hyperf\Support\env("APP_ENV",'dev');
|
$app_env = \Hyperf\Support\env("APP_ENV",'dev');
|
||||||
if ($app_env == "dev"){
|
if ($app_env == "dev"){
|
||||||
$env_version = "trial";
|
$env_version = "develop";
|
||||||
}
|
}
|
||||||
|
|
||||||
$options = [
|
$options = [
|
||||||
|
|||||||
@ -1578,7 +1578,7 @@ class UserDoctorService extends BaseService
|
|||||||
$env_version = "release";
|
$env_version = "release";
|
||||||
$app_env = \Hyperf\Support\env("APP_ENV",'dev');
|
$app_env = \Hyperf\Support\env("APP_ENV",'dev');
|
||||||
if ($app_env == "dev"){
|
if ($app_env == "dev"){
|
||||||
$env_version = "trial";
|
$env_version = "develop";
|
||||||
}
|
}
|
||||||
|
|
||||||
$options = [
|
$options = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user