Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 454bfa3d9d |
@@ -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}}',
|
||||
|
||||
Reference in New Issue
Block a user