增加数据库

This commit is contained in:
2021-06-10 10:29:16 +08:00
parent 32f6391d1f
commit 23caf3a0c1
8 changed files with 231 additions and 34 deletions

View File

@@ -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', ''),//免登陆跳转
],