From 5b33f9d725de2b72862080a4633e0c2a44789b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Tue, 20 Apr 2021 09:45:49 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - src/ApiController.php | 3 - src/Controller.php | 3 - src/Helper.php | 3 - src/Library.php | 43 +++-- src/Service.php | 3 - src/cache/Mysql.php | 3 - src/command/Install.php | 3 - src/command/Version.php | 3 - src/common.php | 8 - src/config.php | 3 - src/exception/DtaException.php | 3 - src/exception/ThinkException.php | 3 - src/extend/ArraysExtend.php | 188 ++++++++++++++++++++++ src/extend/CodeExtend.php | 91 +++++++++++ src/facade/Arrays.php | 3 - src/facade/Dates.php | 3 - src/facade/Decimals.php | 3 - src/facade/Files.php | 3 - src/facade/Ints.php | 3 - src/facade/Pregs.php | 3 - src/facade/Randoms.php | 3 - src/facade/Requests.php | 3 - src/facade/Returns.php | 3 - src/facade/Strings.php | 3 - src/facade/Times.php | 3 - src/facade/UnIqIds.php | 3 - src/facade/Urls.php | 3 - src/facade/Xmls.php | 3 - src/helper/Arrays.php | 23 ++- src/helper/Dates.php | 3 - src/helper/Decimals.php | 3 - src/helper/Files.php | 3 - src/helper/Ints.php | 3 - src/helper/Pregs.php | 3 - src/helper/Randoms.php | 3 - src/helper/Requests.php | 3 - src/helper/Returns.php | 3 - src/helper/Strings.php | 3 - src/helper/Times.php | 3 - src/helper/UnIqIds.php | 3 - src/helper/Urls.php | 3 - src/helper/ValidateHelper.php | 3 - src/helper/Xmls.php | 3 - src/service/BeAryChatService.php | 3 - src/service/DingTalkService.php | 3 - src/service/ExcelService.php | 3 - src/service/Ip/IpIpDistrictInfo.php | 3 - src/service/Ip/IpIpReader.php | 3 - src/service/Ip/IpIpService.php | 3 - src/service/Ip/MapService.php | 3 - src/service/Ip/OnlineService.php | 3 - src/service/QqWryService.php | 3 - src/service/RouteService.php | 3 - src/service/StorageService.php | 3 - src/service/SystemService.php | 3 - src/service/WorkKileService.php | 3 - src/service/aliyun/OssService.php | 3 - src/service/amap/AmApService.php | 3 - src/service/baidu/BosService.php | 3 - src/service/baidu/LbsYunService.php | 3 - src/service/bt/ApiService.php | 3 - src/service/curl/BtService.php | 3 - src/service/curl/HttpService.php | 3 - src/service/douyin/WatermarkService.php | 3 - src/service/huaweicloud/ObsService.php | 3 - src/service/jd/UnionService.php | 3 - src/service/jdcloud/VientianeService.php | 3 - src/service/ksyun/Ks3Service.php | 3 - src/service/kuaishou/WatermarkService.php | 3 - src/service/pinduoduo/JinBaoService.php | 3 - src/service/qiniu/KodoService.php | 3 - src/service/taobao/TbkService.php | 4 - src/service/tencent/CosService.php | 3 - src/service/tencent/LbsService.php | 3 - src/service/upyun/UssService.php | 3 - src/service/wechat/MiniService.php | 3 - src/service/wechat/QyService.php | 3 - src/service/wechat/WebAppService.php | 3 - src/service/yytianqi/YyTiAnQiService.php | 3 - src/session/Mysql.php | 3 - 81 files changed, 333 insertions(+), 247 deletions(-) create mode 100644 src/extend/ArraysExtend.php create mode 100644 src/extend/CodeExtend.php diff --git a/README.md b/README.md index d344233..23ec95a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ [![Total Downloads](https://poser.pugx.org/liguangchun/think-library/downloads)](https://packagist.org/packages/liguangchun/think-library) [![License](https://poser.pugx.org/liguangchun/think-library/license)](https://packagist.org/packages/liguangchun/think-library) [![PHP Version](https://img.shields.io/badge/php-%3E%3D7.1-8892BF.svg)](http://www.php.net/) -[![Code Health](https://hn.devcloud.huaweicloud.com/codecheck/v1/codecheck/task/codehealth.svg?taskId=1567f5ea332546c3b45f4024cf50f10b)](https://hn.devcloud.huaweicloud.com/codecheck/project/c7ff3e2d65674858bd363cb43ee6c35e/codecheck/task/1567f5ea332546c3b45f4024cf50f10b/detail) [![Build Status](https://travis-ci.org/GC0202/ThinkLibrary.svg?branch=6.0)](https://travis-ci.org/GC0202/ThinkLibrary) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/GC0202/ThinkLibrary/badges/quality-score.png?b=6.0)](https://scrutinizer-ci.com/g/GC0202/ThinkLibrary/?branch=6.0) [![Code Coverage](https://scrutinizer-ci.com/g/GC0202/ThinkLibrary/badges/coverage.png?b=6.0)](https://scrutinizer-ci.com/g/GC0202/ThinkLibrary/?branch=6.0) diff --git a/src/ApiController.php b/src/ApiController.php index fb936bf..a7da516 100644 --- a/src/ApiController.php +++ b/src/ApiController.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/Controller.php b/src/Controller.php index f57510a..3b95ce3 100644 --- a/src/Controller.php +++ b/src/Controller.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/Helper.php b/src/Helper.php index 4647fee..c2f8f81 100644 --- a/src/Helper.php +++ b/src/Helper.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/Library.php b/src/Library.php index dd19863..d597c93 100644 --- a/src/Library.php +++ b/src/Library.php @@ -11,28 +11,26 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- namespace DtApp\ThinkLibrary; +use think\admin\service\AdminService; +use think\Request; +use think\Service; + /** * 模块注册服务 * Class Library * @package DtApp\ThinkLibrary */ -class Library extends \think\Service +class Library extends Service { /** - * 注册服务 + * 定义当前版本 */ - public function register() - { - - } + const VERSION = '6.0.131'; /** * 启动服务 @@ -41,4 +39,31 @@ class Library extends \think\Service { } + + /** + * 初始化服务 + */ + public function register() + { + // 输入默认过滤 + $this->app->request->filter(['trim']); + // 判断访问模式,兼容 CLI 访问控制器 + if (!$this->app->request->isCli()) { + // 注册访问处理中间键 + $this->app->middleware->add(function (Request $request) { + $header = []; + if (($origin = $request->header('origin', '*')) !== '*') { + $header['Access-Control-Allow-Origin'] = $origin; + $header['Access-Control-Allow-Methods'] = 'GET,PUT,POST,PATCH,DELETE'; + $header['Access-Control-Allow-Headers'] = 'Authorization,Content-Type,If-Match,If-Modified-Since,If-None-Match,If-Unmodified-Since,X-Requested-With,User-Form-Token,User-Token,Token'; + $header['Access-Control-Expose-Headers'] = 'User-Form-Token,User-Token,Token'; + $header['Access-Control-Allow-Credentials'] = 'true'; + } + // 访问模式及访问权限检查 + if ($request->isOptions()) { + return response()->code(204)->header($header); + } + }, 'route'); + } + } } diff --git a/src/Service.php b/src/Service.php index 278d041..8665933 100644 --- a/src/Service.php +++ b/src/Service.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/cache/Mysql.php b/src/cache/Mysql.php index fbbb3ad..3bb1ba9 100644 --- a/src/cache/Mysql.php +++ b/src/cache/Mysql.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/command/Install.php b/src/command/Install.php index e050cc9..3c89a5f 100644 --- a/src/command/Install.php +++ b/src/command/Install.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/command/Version.php b/src/command/Version.php index a6c2aa2..49f3f4f 100644 --- a/src/command/Version.php +++ b/src/command/Version.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/common.php b/src/common.php index ec397e7..5d1f43c 100644 --- a/src/common.php +++ b/src/common.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- @@ -22,11 +19,6 @@ use DtApp\ThinkLibrary\exception\DtaException; use DtApp\ThinkLibrary\service\QqWryService; use DtApp\ThinkLibrary\service\SystemService; -/** - * 定义当前版本 - */ -const VERSION = '6.0.131'; - if (!function_exists('get_ip_info')) { /** * 获取请求IP信息 diff --git a/src/config.php b/src/config.php index 21b72ea..339e64f 100644 --- a/src/config.php +++ b/src/config.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/exception/DtaException.php b/src/exception/DtaException.php index 6eba767..b3bf079 100644 --- a/src/exception/DtaException.php +++ b/src/exception/DtaException.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/exception/ThinkException.php b/src/exception/ThinkException.php index 2475790..3bb656f 100644 --- a/src/exception/ThinkException.php +++ b/src/exception/ThinkException.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/extend/ArraysExtend.php b/src/extend/ArraysExtend.php new file mode 100644 index 0000000..f1e3ffc --- /dev/null +++ b/src/extend/ArraysExtend.php @@ -0,0 +1,188 @@ + $value) { + if (!in_array($value, $out, true)) { + $out[$key] = $value; + } + } + $out = array_values($out); + return $out; + } + + /** + * 二维数组根据某个键排序 + * @param array $arrays + * @param string $sort_key + * @param int $sort_order + * @param int $sort_type + * @return array + */ + public static function sort(array $arrays, string $sort_key, $sort_order = SORT_ASC, $sort_type = SORT_NUMERIC): array + { + $key_arrays = array(); + if (is_array($arrays)) { + foreach ($arrays as $array) { + if (is_array($array)) { + $key_arrays[] = $array[$sort_key]; + } else { + return []; + } + } + } else { + return []; + } + array_multisort($key_arrays, $sort_order, $sort_type, $arrays); + return $arrays; + } + + /** + * 数组删除空格 + * @param array $arr + * @return array + */ + public static function trimArray(array $arr) + { + if (!is_array($arr)) { + return $arr; + } + foreach ($arr as $key => $value) { + if (is_array($value)) { + $arr[$key] = self::TrimArray($value); + } else { + $arr[$key] = self::trimAll($value); + } + } + return $arr; + } + + /** + * 字符串删除空格 + * @param $str + * @return string|string[] + */ + private static function trimAll($str) + { + $oldchar = array(" ", " ", "\t", "\n", "\r"); + $newchar = array("", "", "", "", ""); + return str_replace($oldchar, $newchar, $str); + } + + /** + * 把json字符串或json对象转json数组 + * @param $output + * @return array + */ + public static function toArray($output): array + { + if (is_array($output)) { + return $output; + } + if (is_object($output)) { + $output = json_encode($output, JSON_UNESCAPED_UNICODE); + } + return json_decode($output, true); + } + + /** + * @param $array + * @param $name + * @return array + */ + public static function valChunk($array, $name): array + { + $result = array(); + $ar2 = []; + foreach ($array as $key => $value) { + foreach ($array as $k => $val) { + if ($value[(string)($name)] == $val[(string)($name)]) { + $ar2[] = $val; + } + } + $result[$value[(string)($name)]] = $ar2; + $ar2 = []; + } + return $result; + } +} diff --git a/src/extend/CodeExtend.php b/src/extend/CodeExtend.php new file mode 100644 index 0000000..4d4aa46 --- /dev/null +++ b/src/extend/CodeExtend.php @@ -0,0 +1,91 @@ + $value) { + foreach ($array as $k => $val) { + if ($value["{$name}"] == $val["{$name}"]) { + $ar2[] = $val; + } + } + $result[$value["{$name}"]] = $ar2; + $ar2 = []; + } + return $result; + } } diff --git a/src/helper/Dates.php b/src/helper/Dates.php index 8436b3f..43e0fab 100644 --- a/src/helper/Dates.php +++ b/src/helper/Dates.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/helper/Decimals.php b/src/helper/Decimals.php index 17b0f5f..6dbc227 100644 --- a/src/helper/Decimals.php +++ b/src/helper/Decimals.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/helper/Files.php b/src/helper/Files.php index 8967ae4..2ae9284 100644 --- a/src/helper/Files.php +++ b/src/helper/Files.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/helper/Ints.php b/src/helper/Ints.php index 481f140..4b2ba91 100644 --- a/src/helper/Ints.php +++ b/src/helper/Ints.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/helper/Pregs.php b/src/helper/Pregs.php index a595385..f07dfee 100644 --- a/src/helper/Pregs.php +++ b/src/helper/Pregs.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/helper/Randoms.php b/src/helper/Randoms.php index 1d12bdb..3db7858 100644 --- a/src/helper/Randoms.php +++ b/src/helper/Randoms.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/helper/Requests.php b/src/helper/Requests.php index 35ad746..38c06bc 100644 --- a/src/helper/Requests.php +++ b/src/helper/Requests.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/helper/Returns.php b/src/helper/Returns.php index c6c5fa0..7f2dab2 100644 --- a/src/helper/Returns.php +++ b/src/helper/Returns.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/helper/Strings.php b/src/helper/Strings.php index 779e333..4e72d37 100644 --- a/src/helper/Strings.php +++ b/src/helper/Strings.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/helper/Times.php b/src/helper/Times.php index 040bf1c..a07a3de 100644 --- a/src/helper/Times.php +++ b/src/helper/Times.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/helper/UnIqIds.php b/src/helper/UnIqIds.php index e23ab57..fcba3a0 100644 --- a/src/helper/UnIqIds.php +++ b/src/helper/UnIqIds.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/helper/Urls.php b/src/helper/Urls.php index 6900378..8cbc2a3 100644 --- a/src/helper/Urls.php +++ b/src/helper/Urls.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/helper/ValidateHelper.php b/src/helper/ValidateHelper.php index 81a6108..66e0c2b 100644 --- a/src/helper/ValidateHelper.php +++ b/src/helper/ValidateHelper.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/helper/Xmls.php b/src/helper/Xmls.php index ed43c37..87236d1 100644 --- a/src/helper/Xmls.php +++ b/src/helper/Xmls.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/BeAryChatService.php b/src/service/BeAryChatService.php index 6e6e15c..19a9718 100644 --- a/src/service/BeAryChatService.php +++ b/src/service/BeAryChatService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/DingTalkService.php b/src/service/DingTalkService.php index 887d9ad..c101d23 100644 --- a/src/service/DingTalkService.php +++ b/src/service/DingTalkService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/ExcelService.php b/src/service/ExcelService.php index 3605de7..f110b00 100644 --- a/src/service/ExcelService.php +++ b/src/service/ExcelService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/Ip/IpIpDistrictInfo.php b/src/service/Ip/IpIpDistrictInfo.php index d1b7fe8..32051ba 100644 --- a/src/service/Ip/IpIpDistrictInfo.php +++ b/src/service/Ip/IpIpDistrictInfo.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/Ip/IpIpReader.php b/src/service/Ip/IpIpReader.php index 3ddfbb5..f931fef 100644 --- a/src/service/Ip/IpIpReader.php +++ b/src/service/Ip/IpIpReader.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/Ip/IpIpService.php b/src/service/Ip/IpIpService.php index c3607cf..7a5f43b 100644 --- a/src/service/Ip/IpIpService.php +++ b/src/service/Ip/IpIpService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/Ip/MapService.php b/src/service/Ip/MapService.php index 3e2f50f..026e8d3 100644 --- a/src/service/Ip/MapService.php +++ b/src/service/Ip/MapService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/Ip/OnlineService.php b/src/service/Ip/OnlineService.php index 09afd4c..a7cd241 100644 --- a/src/service/Ip/OnlineService.php +++ b/src/service/Ip/OnlineService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/QqWryService.php b/src/service/QqWryService.php index a5c3472..daa4c95 100644 --- a/src/service/QqWryService.php +++ b/src/service/QqWryService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/RouteService.php b/src/service/RouteService.php index 0a6bd12..624861c 100644 --- a/src/service/RouteService.php +++ b/src/service/RouteService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/StorageService.php b/src/service/StorageService.php index a09471c..f6c53a2 100644 --- a/src/service/StorageService.php +++ b/src/service/StorageService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/SystemService.php b/src/service/SystemService.php index 79546ee..e9d37ff 100644 --- a/src/service/SystemService.php +++ b/src/service/SystemService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/WorkKileService.php b/src/service/WorkKileService.php index 3b3e7d3..08dc927 100644 --- a/src/service/WorkKileService.php +++ b/src/service/WorkKileService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/aliyun/OssService.php b/src/service/aliyun/OssService.php index ee54666..0985a9d 100644 --- a/src/service/aliyun/OssService.php +++ b/src/service/aliyun/OssService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/amap/AmApService.php b/src/service/amap/AmApService.php index 6712c0e..40f6761 100644 --- a/src/service/amap/AmApService.php +++ b/src/service/amap/AmApService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/baidu/BosService.php b/src/service/baidu/BosService.php index dd0afcc..7d84d6c 100644 --- a/src/service/baidu/BosService.php +++ b/src/service/baidu/BosService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/baidu/LbsYunService.php b/src/service/baidu/LbsYunService.php index 61f58ac..0d8ab8b 100644 --- a/src/service/baidu/LbsYunService.php +++ b/src/service/baidu/LbsYunService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/bt/ApiService.php b/src/service/bt/ApiService.php index ea80c96..94443a4 100644 --- a/src/service/bt/ApiService.php +++ b/src/service/bt/ApiService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/curl/BtService.php b/src/service/curl/BtService.php index ae14451..f31c3a7 100644 --- a/src/service/curl/BtService.php +++ b/src/service/curl/BtService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/curl/HttpService.php b/src/service/curl/HttpService.php index 62542f8..5bf93d3 100644 --- a/src/service/curl/HttpService.php +++ b/src/service/curl/HttpService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/douyin/WatermarkService.php b/src/service/douyin/WatermarkService.php index 6842e18..5a30e43 100644 --- a/src/service/douyin/WatermarkService.php +++ b/src/service/douyin/WatermarkService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/huaweicloud/ObsService.php b/src/service/huaweicloud/ObsService.php index e22be6f..1eb4c35 100644 --- a/src/service/huaweicloud/ObsService.php +++ b/src/service/huaweicloud/ObsService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/jd/UnionService.php b/src/service/jd/UnionService.php index 144ca9a..0079f21 100644 --- a/src/service/jd/UnionService.php +++ b/src/service/jd/UnionService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/jdcloud/VientianeService.php b/src/service/jdcloud/VientianeService.php index 2535c94..1c0b9db 100644 --- a/src/service/jdcloud/VientianeService.php +++ b/src/service/jdcloud/VientianeService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/ksyun/Ks3Service.php b/src/service/ksyun/Ks3Service.php index de5c2a9..89c1319 100644 --- a/src/service/ksyun/Ks3Service.php +++ b/src/service/ksyun/Ks3Service.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/kuaishou/WatermarkService.php b/src/service/kuaishou/WatermarkService.php index 769d9ab..d812fc4 100644 --- a/src/service/kuaishou/WatermarkService.php +++ b/src/service/kuaishou/WatermarkService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/pinduoduo/JinBaoService.php b/src/service/pinduoduo/JinBaoService.php index f442833..db67283 100644 --- a/src/service/pinduoduo/JinBaoService.php +++ b/src/service/pinduoduo/JinBaoService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/qiniu/KodoService.php b/src/service/qiniu/KodoService.php index 5cbf84e..d17286a 100644 --- a/src/service/qiniu/KodoService.php +++ b/src/service/qiniu/KodoService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/taobao/TbkService.php b/src/service/taobao/TbkService.php index 1aa2919..9beed0b 100644 --- a/src/service/taobao/TbkService.php +++ b/src/service/taobao/TbkService.php @@ -11,16 +11,12 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- namespace DtApp\ThinkLibrary\service\taobao; use DtApp\ThinkLibrary\exception\DtaException; -use DtApp\ThinkLibrary\facade\Strings; use DtApp\ThinkLibrary\facade\Times; use DtApp\ThinkLibrary\Service; use think\exception\HttpException; diff --git a/src/service/tencent/CosService.php b/src/service/tencent/CosService.php index 1f24a73..5eb4713 100644 --- a/src/service/tencent/CosService.php +++ b/src/service/tencent/CosService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/tencent/LbsService.php b/src/service/tencent/LbsService.php index 263abbd..d5fca3e 100644 --- a/src/service/tencent/LbsService.php +++ b/src/service/tencent/LbsService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/upyun/UssService.php b/src/service/upyun/UssService.php index d19fa69..8c4e41d 100644 --- a/src/service/upyun/UssService.php +++ b/src/service/upyun/UssService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/wechat/MiniService.php b/src/service/wechat/MiniService.php index 1c6ea55..c1abe68 100644 --- a/src/service/wechat/MiniService.php +++ b/src/service/wechat/MiniService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/wechat/QyService.php b/src/service/wechat/QyService.php index 01e68bf..c4b83e8 100644 --- a/src/service/wechat/QyService.php +++ b/src/service/wechat/QyService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/wechat/WebAppService.php b/src/service/wechat/WebAppService.php index 78c8261..a711d3d 100644 --- a/src/service/wechat/WebAppService.php +++ b/src/service/wechat/WebAppService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/service/yytianqi/YyTiAnQiService.php b/src/service/yytianqi/YyTiAnQiService.php index ce75f97..7e2d44f 100644 --- a/src/service/yytianqi/YyTiAnQiService.php +++ b/src/service/yytianqi/YyTiAnQiService.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +---------------------------------------------------------------------- diff --git a/src/session/Mysql.php b/src/session/Mysql.php index 5878b82..43b854d 100644 --- a/src/session/Mysql.php +++ b/src/session/Mysql.php @@ -11,9 +11,6 @@ // +---------------------------------------------------------------------- // | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary // | github 仓库地址 :https://github.com/GC0202/ThinkLibrary -// | gitlab 仓库地址 :https://gitlab.com/liguangchun/thinklibrary -// | weixin 仓库地址 :https://git.weixin.qq.com/liguangchun/ThinkLibrary -// | huaweicloud 仓库地址 :https://codehub-cn-south-1.devcloud.huaweicloud.com/composer00001/ThinkLibrary.git // | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library // +----------------------------------------------------------------------