增加数据库
This commit is contained in:
@@ -15,7 +15,7 @@ return [
|
||||
'client_secret' => env('WASH_CAR_SECRET', ''),// 就是 client_secret
|
||||
'apiVersion' => 'v2',
|
||||
'grant_type' => 'client_credentials',
|
||||
'tokenUri' => 'https://open.cyzl.com/beta/api/auth/oauth/token',
|
||||
'tokenUri' => 'https://open.cyzl.com/beta/auth/oauth/token',
|
||||
'baseUri' => 'https://open.cyzl.com/beta/api',
|
||||
'urlKey' => env('WASH_CAR_URLKEY', ''),//免登陆跳转
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user