From 4ce7602b1aa50d2bda5cfd9d3baadde07083584f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=80=99=E5=AD=A6=E6=9D=B0?= Date: Mon, 18 Feb 2019 11:54:35 +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 363c45e..a3b1195 100644 --- a/config/auth.php +++ b/config/auth.php @@ -26,5 +26,9 @@ return [ 'id' => '100011', 'secret' => env('AUTH_DS_SECRET','123456'), ], + 'payment' => [ + 'id' => '100007', + 'secret' => env('AUTH_PAYMENT_SECRET','123456'), + ], ], ]; \ No newline at end of file