更新config/auth.php
This commit is contained in:
parent
56f5272ae6
commit
b9cbb5ca8c
|
@ -14,5 +14,13 @@ return [
|
|||
'id' => '100009',
|
||||
'secret' => env('AUTH_ERP_SECRET','123456'),
|
||||
],
|
||||
'crm' => [
|
||||
'id' => '100010',
|
||||
'secret' => env('AUTH_CRM_SECRET','123456'),
|
||||
],
|
||||
'ds' => [
|
||||
'id' => '100011',
|
||||
'secret' => env('AUTH_DS_SECRET','123456'),
|
||||
],
|
||||
],
|
||||
];
|
Loading…
Reference in New Issue
Block a user