jacksonit / ghn
GHN Laravel
1.6
2020-09-17 03:34 UTC
Requires
- php: >=5.6
README
API GHN
使用composer安装.
Laravel中安装
通过composer安装
composer require jacksonit/ghn
php artisan vendor:publish --provider="Jacksonit\GHN\GHNServiceProvider"
获取运费
Use Jacksonit\GHN\Facades\GHNCharge;
$data = [
'from_district_id' => '',
'to_district_id' => '',
'weight' => '',
'height' => '',
'length' => '',
'width' => '',
]
GHNCharge::shippingFee($data);