alun/trackingvt

There is no license information available for the latest version (dev-master) of this package.

51tracking官方库v3版本 未做任何修改 接外包:微信:alun01 417080636@qq.com

dev-master 2022-12-12 09:53 UTC

This package is auto-updated.

Last update: 2025-06-12 15:19:24 UTC


README

composer require alun/trackingvt@dev

使用51tracking V3

https://www.51tracking.com/v3/api-index#api-version use Tracking\Api as Tapi;

$api = new Tapi('you key');

$data = ["tracking_numbers" =>"快递单号,快递单号2"];

$response = $api->get($data);