Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BigYu committed May 8, 2020
1 parent 93db916 commit 85a6e75
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ $ composer require vagh/laravel-allinpay -vvv

```php
'tongLianPay' => [
'config' => [
'app_id' => env('TONGLIAN_APP_ID'),
'cus_id' => env('TONGLIAN_CUS_ID'),
'app_version' => env('TONGLIAN_API_VERSION', 11),
'is_test' => env('TONGLIAN_IS_TEST', true)
]
'app_id' => env('TONGLIAN_APP_ID'),
'cus_id' => env('TONGLIAN_CUS_ID'),
'app_version' => env('TONGLIAN_API_VERSION', 11),
'is_test' => env('TONGLIAN_IS_TEST', true)
],
```
然后在 `.env` 中配置对应的配置项。
Expand Down Expand Up @@ -202,4 +200,4 @@ _The code contribution process is not very formal. You just need to make sure th

## License

MIT
MIT

0 comments on commit 85a6e75

Please sign in to comment.