guolei19850528/laravel-tiehu-library

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

dev-master 2024-09-25 06:14 UTC

This package is auto-updated.

Last update: 2024-09-25 06:14:57 UTC


README

介绍

铁虎 Laravel 类库

使用说明

use Guolei\Laravel\Tiehu\Library\ParkingLot;

//实例化
$parkingLot = new ParkingLot('base url','app key','parking id');

//调用api接口
$parkingLot->requestWithJson([],[],'url')