jacksonit/ghn
Composer 安装命令:
composer require jacksonit/ghn
包简介
GHN Laravel
关键字:
README 文档
README
API GHN
Install with composer.
Install (Laravel)
Install via composer
composer require jacksonit/ghn
php artisan vendor:publish --provider="Jacksonit\GHN\GHNServiceProvider"
Get shipping Fee
Use Jacksonit\GHN\Facades\GHNCharge;
$data = [
'from_district_id' => '',
'to_district_id' => '',
'weight' => '',
'height' => '',
'length' => '',
'width' => '',
]
GHNCharge::shippingFee($data);
统计信息
- 总下载量: 63
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-20