fictioner/express

express search

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/fictioner/express

v1.0 2019-05-16 07:14 UTC

This package is auto-updated.

Last update: 2025-12-17 02:49:34 UTC


README

快递查询(基于快递100)

可以自动根据订单号识别快递公司,需购买后再使用
$exp=new \Fictioner\Express\express();
$exp->setKeyCustomer($key, $customer);
$data=$exp->getExpressInfoByNo($logistics_number);
$data=json_decode($data);