Update auth.php
This commit is contained in:
parent
3756ab2851
commit
95bc222c56
|
@ -34,5 +34,9 @@ return [
|
||||||
'id' => '100005',
|
'id' => '100005',
|
||||||
'secret' => env('AUTH_XIAOKE_SECRET','123456'),
|
'secret' => env('AUTH_XIAOKE_SECRET','123456'),
|
||||||
],
|
],
|
||||||
|
'finance' => [
|
||||||
|
'id' => '100003',
|
||||||
|
'secret' => env('AUTH_FINANCE_SECRET','123456'),
|
||||||
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
Loading…
Reference in New Issue
Block a user