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获取更详细的更新说明.
The MIT License (MIT). Please see License File for more information.