Update auth.php
This commit is contained in:
parent
0a0d4f0b17
commit
e840500c8a
|
@ -30,5 +30,9 @@ return [
|
||||||
'id' => '100007',
|
'id' => '100007',
|
||||||
'secret' => env('AUTH_PAYMENT_SECRET','123456'),
|
'secret' => env('AUTH_PAYMENT_SECRET','123456'),
|
||||||
],
|
],
|
||||||
|
'xiaoke' => [
|
||||||
|
'id' => '100005',
|
||||||
|
'secret' => env('AUTH_XIAOKE_SECRET','123456'),
|
||||||
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
Loading…
Reference in New Issue
Block a user