1.6 2020-09-17 03:34 UTC

This package is auto-updated.

Last update: 2024-09-17 13:32:13 UTC


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);