diff --git a/config/auth.php b/config/auth.php index a3b1195..2afdbcf 100644 --- a/config/auth.php +++ b/config/auth.php @@ -30,5 +30,9 @@ return [ 'id' => '100007', 'secret' => env('AUTH_PAYMENT_SECRET','123456'), ], + 'xiaoke' => [ + 'id' => '100005', + 'secret' => env('AUTH_XIAOKE_SECRET','123456'), + ], ], ]; \ No newline at end of file