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