作者 竞泽

Merge branch 'master' of 47.107.73.162:lackoxygen/tiktok_shop

... ... @@ -2,11 +2,14 @@
```composer
"repositories": {
"lackoxygen/top-warehouse": {
"lackoxygen/tiktok_shop": {
"type": "git",
"url": "http://47.107.73.162:8099/lackoxygen/tiktok_shop.git"
},
}
},
"config": {
"secure-http": false
},
```
# 安装
... ... @@ -20,8 +23,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),
... ...
... ... @@ -19,8 +19,7 @@
}
],
"require": {
"php": ">=7.4",
"illuminate/support": "^5.8"
"php": ">=7.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5.10"
... ...