From 2e67488b2ad9cf8da8464cfe4b46fb7f8a197b7c Mon Sep 17 00:00:00 2001 From: liapples Date: Thu, 6 Jan 2022 13:08:14 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Envoy.blade.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Envoy.blade.php b/Envoy.blade.php index 45637c6..4c77d16 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -1,4 +1,4 @@ -@servers(['lanzu_dev' => 'root@120.24.33.109','lanzu_prod' => 'root@123.57.93.158']) +@servers(['lanzu_dev' => 'root@106.14.172.58','lanzu_prod' => 'root@106.14.172.58']) @story('deploy_dev',['on' => 'lanzu_dev']) git_dev @@ -9,23 +9,23 @@ @endstory @task('git_dev') - cd /lanzu_api - git pull origin develop + cd /www/wwwroot/lianjie_api + git pull origin dev @if($composer == true) composer update --lock @endif composer dump-autoload -o php bin/hyperf.php - supervisorctl restart lanzu_api + /www/server/panel/pyenv/bin/supervisorctl restart lanzu_api @endtask @task('git_prod') - cd /lanzu_api + cd /www/wwwroot/lianjie_api git pull origin master @if($composer == true) composer update --no-dev --lock @endif composer dump-autoload -o php bin/hyperf.php - supervisorctl restart lanzu_api -@endtask + /www/server/panel/pyenv/bin/supervisorctl restart lanzu_api +@endtask \ No newline at end of file From 6a77ae74e17a4a213e87c971ee7a3ef0efc7668c Mon Sep 17 00:00:00 2001 From: liapples Date: Fri, 7 Jan 2022 13:14:53 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9F=AD=E4=BF=A1?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Constants/v3/SmsTemplateCode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Constants/v3/SmsTemplateCode.php b/app/Constants/v3/SmsTemplateCode.php index 14f3462..e2e33e3 100644 --- a/app/Constants/v3/SmsTemplateCode.php +++ b/app/Constants/v3/SmsTemplateCode.php @@ -13,12 +13,12 @@ class SmsTemplateCode extends AbstractConstants /** * @Message("短信验证码") */ - const ALI_VERIFY_CODE = 'SMS_201650612'; + const ALI_VERIFY_CODE = 'SMS_232075117'; /** * @Message("社区服务点奖励流水") */ - const ALI_COMMUNITY_FINANCIAL = 'SMS_205122825'; + const ALI_COMMUNITY_FINANCIAL = 'SMS_231444891'; /** * @Message("微信打款失败")