vipszx / express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

You can install the package via composer:

composer require vipszx/express

Usage

$package = new Package('expressNumber', 'companyCode');
$gateway = new Kuaidi100Gateway('appKey', 'customer');
$express = new Express($gateway);
$express->query($package); //查询接口
$express->subscribe($package, 'callbackUrl); //订阅接口

About

License:MIT License


Languages

Language:PHP 100.0%