From 62fe35247b6d4d0b855856eda0d8c9982afb9d01 Mon Sep 17 00:00:00 2001 From: yunwuxin <448901948@qq.com> Date: Wed, 26 Aug 2020 16:39:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Client.php | 40 +++++++++++++++++++++++++++ src/request/ExpressAsyc.php | 16 +++++++++++ src/request/ExpressCompany.php | 12 ++++++++ src/request/ExpressDot.php | 14 ++++++++++ src/request/ExpressExpList.php | 15 ++++++++++ src/request/ExpressSync.php | 14 ++++++++++ src/request/LuozNewEnergy.php | 16 +++++++++++ src/request/LuozQuery.php | 16 +++++++++++ src/request/LuozSupport.php | 13 +++++++++ src/request/LuozTimes.php | 14 ++++++++++ src/request/UnnStatus.php | 1 + src/request/WeatherArea.php | 18 ++++++++++++ src/request/WeatherAreaForecast15.php | 14 ++++++++++ src/request/WeatherAreaForecast24.php | 14 ++++++++++ src/request/WeatherAreaForecast40.php | 14 ++++++++++ src/request/WeatherAreaForecast7.php | 15 ++++++++++ src/request/WeatherAreaHistory.php | 17 ++++++++++++ src/request/WeatherAreaId.php | 13 +++++++++ src/request/WeatherCoords.php | 18 ++++++++++++ src/request/WeatherIp.php | 17 ++++++++++++ src/request/WeatherScenic.php | 18 ++++++++++++ src/request/WeatherZip.php | 18 ++++++++++++ 22 files changed, 347 insertions(+) create mode 100644 src/request/ExpressAsyc.php create mode 100644 src/request/ExpressCompany.php create mode 100644 src/request/ExpressDot.php create mode 100644 src/request/ExpressExpList.php create mode 100644 src/request/ExpressSync.php create mode 100644 src/request/LuozNewEnergy.php create mode 100644 src/request/LuozQuery.php create mode 100644 src/request/LuozSupport.php create mode 100644 src/request/LuozTimes.php create mode 100644 src/request/WeatherArea.php create mode 100644 src/request/WeatherAreaForecast15.php create mode 100644 src/request/WeatherAreaForecast24.php create mode 100644 src/request/WeatherAreaForecast40.php create mode 100644 src/request/WeatherAreaForecast7.php create mode 100644 src/request/WeatherAreaHistory.php create mode 100644 src/request/WeatherAreaId.php create mode 100644 src/request/WeatherCoords.php create mode 100644 src/request/WeatherIp.php create mode 100644 src/request/WeatherScenic.php create mode 100644 src/request/WeatherZip.php diff --git a/src/Client.php b/src/Client.php index 9f4ea85..09eee86 100644 --- a/src/Client.php +++ b/src/Client.php @@ -20,7 +20,12 @@ use think\api\request\ExchangeCurrency; use think\api\request\ExchangeQuery; use think\api\request\ExpIndex; +use think\api\request\ExpressAsyc; +use think\api\request\ExpressCompany; +use think\api\request\ExpressDot; +use think\api\request\ExpressExpList; use think\api\request\ExpressQuery; +use think\api\request\ExpressSync; use think\api\request\IdcardAuth; use think\api\request\IdcardIndex; use think\api\request\IdcardQuery; @@ -30,6 +35,10 @@ use think\api\request\JokeLatest; use think\api\request\JokeQuery; use think\api\request\JokeRand; +use think\api\request\LuozNewEnergy; +use think\api\request\LuozQuery; +use think\api\request\LuozSupport; +use think\api\request\LuozTimes; use think\api\request\NewsToutiao; use think\api\request\OcrBankcard; use think\api\request\OcrBusinessLicense; @@ -51,9 +60,20 @@ use think\api\request\UnnStatus; use think\api\request\Verifybankcard3Query; use think\api\request\Verifybankcard4Query; +use think\api\request\WeatherArea; +use think\api\request\WeatherAreaForecast15; +use think\api\request\WeatherAreaForecast24; +use think\api\request\WeatherAreaForecast40; +use think\api\request\WeatherAreaForecast7; +use think\api\request\WeatherAreaHistory; +use think\api\request\WeatherAreaId; use think\api\request\WeatherCityList; +use think\api\request\WeatherCoords; +use think\api\request\WeatherIp; use think\api\request\WeatherQuery; +use think\api\request\WeatherScenic; use think\api\request\WeatherWids; +use think\api\request\WeatherZip; use think\api\request\WoolWcheck; use think\api\request\WoolWtag; @@ -76,6 +96,11 @@ * @method ExchangeConvert exchangeConvert() * @method ExpIndex expIndex() * @method ExpressQuery expressQuery() + * @method ExpressSync expressSync() + * @method ExpressAsyc expressAsyc() + * @method ExpressCompany expressCompany() + * @method ExpressExpList expressExpList() + * @method ExpressDot expressDot() * @method IdcardQuery idcardQuery() * @method IdcardIndex idcardIndex() * @method IdcardAuth idcardAuth() @@ -85,6 +110,10 @@ * @method JokeQuery jokeQuery() * @method JokeLatest jokeLatest() * @method JokeRand jokeRand() + * @method LuozQuery luozQuery() + * @method LuozSupport luozSupport() + * @method LuozTimes luozTimes() + * @method LuozNewEnergy luozNewEnergy() * @method NewsToutiao newsToutiao() * @method OcrIdcard ocrIdcard() * @method OcrIdOcr ocrIdOcr() @@ -106,6 +135,17 @@ * @method UnnStatus unnStatus() * @method Verifybankcard3Query verifybankcard3Query() * @method Verifybankcard4Query verifybankcard4Query() + * @method WeatherCoords weatherCoords() + * @method WeatherIp weatherIp() + * @method WeatherArea weatherArea() + * @method WeatherAreaForecast24 weatherAreaForecast24() + * @method WeatherAreaForecast7 weatherAreaForecast7() + * @method WeatherAreaForecast15 weatherAreaForecast15() + * @method WeatherAreaForecast40 weatherAreaForecast40() + * @method WeatherAreaHistory weatherAreaHistory() + * @method WeatherScenic weatherScenic() + * @method WeatherZip weatherZip() + * @method WeatherAreaId weatherAreaId() * @method WeatherQuery weatherQuery() * @method WeatherWids weatherWids() * @method WeatherCityList weatherCityList() diff --git a/src/request/ExpressAsyc.php b/src/request/ExpressAsyc.php new file mode 100644 index 0000000..5e883a1 --- /dev/null +++ b/src/request/ExpressAsyc.php @@ -0,0 +1,16 @@ +