abbotton / laravel-doudian
抖音小店开放平台SDK
v1.1.6
2022-04-22 01:15 UTC
Requires
- php: >=7.2
- guzzlehttp/guzzle: >=6.5
- illuminate/support: >=6.0
Requires (Dev)
- orchestra/testbench: >=4.0
- phpunit/phpunit: ^8.0
README
安装
1、通过composer
安装扩展包。
composer require abbotton/laravel-doudian
2、发布配置文件。
php artisan vendor:publish --provider="Abbotton\DouDian\DouDianServiceProvider"
3、修改config/doudian.php
中相关配置。
使用
$response = app('doudian')->shop->getShopCategory(['cid' => 0]); dd($response);
支持多个授权店铺之间切换,默认不传参为最早授权的店铺
app('doudian')->setShopId($shopId)->order->orderDetail(["shop_order_id"=>'5557097346351159555']);
测试
composer test
更新记录
查看CHANGELOG获取更详细的更新说明.
License
The MIT License (MIT). Please see License File for more information.