From b9cbb5ca8c056d8e4597b177540a52d79b3a4ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=80=99=E5=AD=A6=E6=9D=B0?= Date: Thu, 31 Jan 2019 14:46:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0config/auth.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/auth.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/auth.php b/config/auth.php index 8c3119c..6ae568c 100644 --- a/config/auth.php +++ b/config/auth.php @@ -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'), + ], ], ]; \ No newline at end of file