|
...
|
...
|
@@ -20,8 +20,8 @@ composer require lackoxygen/tiktok_shop |
|
|
|
```
|
|
|
|
//路径 config/tiktok.shop.php
|
|
|
|
[
|
|
|
|
'app_key' => env('TIKTOK_APP_KEY', '7044793792079201799'),
|
|
|
|
'app_secret' => env('TIKTOK_APP_SECRET', '303fe8fc-5986-4be3-a210-4c4c217880a1'),
|
|
|
|
'app_key' => env('TIKTOK_APP_KEY', ''),
|
|
|
|
'app_secret' => env('TIKTOK_APP_SECRET', ''),
|
|
|
|
'enable_mock' => env('TIKTOK_ENABLE_MOCK', false),
|
|
|
|
'base_uri' => env('TIKTOK_BASE_URI', 'https://openapi-sandbox.jinritemai.com'),
|
|
|
|
'timeout' => env('TIKTOK_TIMEOUT', 30),
|
...
|
...
|
|