From 95bc222c56f4a6a7a1a16a573cb1ad372e4d10de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=80=99=E5=AD=A6=E6=9D=B0?= Date: Tue, 25 Jun 2019 14:58:22 +0800 Subject: [PATCH] Update auth.php --- config/auth.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/auth.php b/config/auth.php index 2afdbcf..cd81f19 100644 --- a/config/auth.php +++ b/config/auth.php @@ -34,5 +34,9 @@ return [ 'id' => '100005', 'secret' => env('AUTH_XIAOKE_SECRET','123456'), ], + 'finance' => [ + 'id' => '100003', + 'secret' => env('AUTH_FINANCE_SECRET','123456'), + ], ], ]; \ No newline at end of file