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}}',