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

This commit is contained in:
wucongxing 2023-06-25 15:29:05 +08:00
parent 3b9a3a97a2
commit fc1dd9533d
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ class editDoctorQrCodeCommand extends HyperfCommand
$env_version = "release";
$app_env = \Hyperf\Support\env("APP_ENV",'dev');
if ($app_env == "dev"){
$env_version = "trial";
$env_version = "develop";
}
$options = [

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 = "trial";
$env_version = "develop";
}
$options = [