From 454bfa3d9d40d1bafbd58d3a9281db4046459244 Mon Sep 17 00:00:00 2001 From: xuanchen <122383162@qq.com> Date: Thu, 19 Aug 2021 10:27:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=9B=E8=82=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.php b/config/config.php index b87f1bc..0068511 100644 --- a/config/config.php +++ b/config/config.php @@ -30,7 +30,7 @@ return [ 'client_secret' => env('WASH_CAR_DEV_SECRET', ''),// 就是 client_secret 'apiVersion' => 'v2', 'grant_type' => 'client_credentials', - 'tokenUri' => 'https://open.cyzl.com/api/auth/oauth/token', + 'tokenUri' => 'https://open.cyzl.com/auth/oauth/token', 'baseUri' => 'https://open.cyzl.com/api', //首页购买页 'indexUri' => 'https://v.cyzl.com/activity/helongjiangWashCar/index.html?activityId={{activityId}}#/?accessToken={{accessToken}}',