1 Commits

Author SHA1 Message Date
454bfa3d9d 修改四肢 2021-08-19 10:27:12 +08:00

View File

@@ -30,7 +30,7 @@ return [
'client_secret' => env('WASH_CAR_DEV_SECRET', ''),// 就是 client_secret 'client_secret' => env('WASH_CAR_DEV_SECRET', ''),// 就是 client_secret
'apiVersion' => 'v2', 'apiVersion' => 'v2',
'grant_type' => 'client_credentials', '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', 'baseUri' => 'https://open.cyzl.com/api',
//首页购买页 //首页购买页
'indexUri' => 'https://v.cyzl.com/activity/helongjiangWashCar/index.html?activityId={{activityId}}#/?accessToken={{accessToken}}', 'indexUri' => 'https://v.cyzl.com/activity/helongjiangWashCar/index.html?activityId={{activityId}}#/?accessToken={{accessToken}}',