From f6f2fa39f94cc67021c5040191787d49dcef8e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=96=E7=95=8C?= <642747453@qq.com> Date: Wed, 7 Aug 2024 16:00:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Kernel.php | 2 +- app/Services/Business/BusinessClient.php | 2 +- app/Services/Business/KuaiTuanTuan/FaceSheet.php | 2 +- config/app.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 9a570d5..592f72a 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -30,7 +30,7 @@ class Kernel extends ConsoleKernel protected function schedule(Schedule $schedule) { // 服务器/etc/crontab添加cron入口 - // * * * * * cd /home/wwwroot/erp.chutang66.com && php artisan schedule:run >> /dev/null 2>&1 + // * * * * * cd /home/wwwroot/erp.yhr.life && php artisan schedule:run >> /dev/null 2>&1 $schedule->command(KttOrderQuery::class)->everyMinute(); $schedule->command(GoodsSkuDailyReport::class)->dailyAt('06:00'); diff --git a/app/Services/Business/BusinessClient.php b/app/Services/Business/BusinessClient.php index 314e6ef..d0af153 100644 --- a/app/Services/Business/BusinessClient.php +++ b/app/Services/Business/BusinessClient.php @@ -17,7 +17,7 @@ use Illuminate\Support\Facades\Log as LogFile; abstract class BusinessClient { - protected $redirectUri = 'http://erp.chutang66.com/callback'; + protected $redirectUri = 'http://erp.yhr.life/callback'; protected $code; protected $shop; protected $skuId = 0; diff --git a/app/Services/Business/KuaiTuanTuan/FaceSheet.php b/app/Services/Business/KuaiTuanTuan/FaceSheet.php index 5258c09..23fb8a6 100644 --- a/app/Services/Business/KuaiTuanTuan/FaceSheet.php +++ b/app/Services/Business/KuaiTuanTuan/FaceSheet.php @@ -6,7 +6,7 @@ class FaceSheet extends KuaiTuanTuan { protected $clientId = '24f25877aca447c5830a6aa896301d5e'; protected $clientSecret = '59b6f4bd402c6423878a8f4ef1bde28359c1f05a'; - protected $redirectUri = 'http://erp.chutang66.com/pdd/ship'; + protected $redirectUri = 'http://erp.yhr.life/pdd/ship'; public function __construct() { diff --git a/config/app.php b/config/app.php index f2c2453..f546a56 100644 --- a/config/app.php +++ b/config/app.php @@ -52,7 +52,7 @@ return [ | */ - 'url' => env('APP_URL', 'http://erp.chutang66.com/'), + 'url' => env('APP_URL', 'http://erp.yhr.life.com/'), 'asset_url' => env('ASSET_URL', null),