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),