From 564797cb83b4e86f8663bad8a0dab7ec35b0ad47 Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 17 Aug 2019 15:17:12 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E6=8C=87=E4=BB=A4=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/store/command/AutoRun.php | 2 +- application/wechat/command/fans/FansAll.php | 2 +- application/wechat/command/fans/FansBlack.php | 2 +- application/wechat/command/fans/FansList.php | 2 +- application/wechat/command/fans/FansTags.php | 2 +- vendor/autoload.php | 2 +- vendor/composer/autoload_real.php | 14 +++++++------- vendor/composer/autoload_static.php | 8 ++++---- vendor/composer/installed.json | 8 ++++---- .../zoujingli/think-library/src/command/Sess.php | 2 +- .../think-library/src/command/sync/Admin.php | 2 +- .../think-library/src/command/sync/Config.php | 2 +- .../think-library/src/command/sync/Plugs.php | 2 +- .../think-library/src/command/sync/Service.php | 2 +- .../think-library/src/command/sync/Wechat.php | 2 +- 15 files changed, 27 insertions(+), 27 deletions(-) diff --git a/application/store/command/AutoRun.php b/application/store/command/AutoRun.php index 0c2733cbd..a7510afa5 100644 --- a/application/store/command/AutoRun.php +++ b/application/store/command/AutoRun.php @@ -30,7 +30,7 @@ class AutoRun extends \think\console\Command */ protected function configure() { - $this->setName('xclean:store')->setDescription('清理过期无效的订单记录'); + $this->setName('xclean:store')->setDescription('[清理]检查并处理商城任务'); } /** diff --git a/application/wechat/command/fans/FansAll.php b/application/wechat/command/fans/FansAll.php index daf593bf5..0ad9f5ad3 100644 --- a/application/wechat/command/fans/FansAll.php +++ b/application/wechat/command/fans/FansAll.php @@ -30,6 +30,6 @@ class FansAll extends Fans protected function configure() { $this->module = ['list', 'black', 'tags']; - $this->setName('xfans:all')->setDescription('从微信获取所有粉丝记录和标签'); + $this->setName('xfans:all')->setDescription('[同步]所有微信粉丝的数据'); } } diff --git a/application/wechat/command/fans/FansBlack.php b/application/wechat/command/fans/FansBlack.php index f6a31bf3a..a88af578b 100644 --- a/application/wechat/command/fans/FansBlack.php +++ b/application/wechat/command/fans/FansBlack.php @@ -30,6 +30,6 @@ class FansBlack extends Fans protected function configure() { $this->module = ['black']; - $this->setName('xfans:black')->setDescription('从微信获取黑名单中的粉丝记录'); + $this->setName('xfans:black')->setDescription('[同步]微信黑名单粉丝数据'); } } diff --git a/application/wechat/command/fans/FansList.php b/application/wechat/command/fans/FansList.php index 766d8afbd..66a0014dc 100644 --- a/application/wechat/command/fans/FansList.php +++ b/application/wechat/command/fans/FansList.php @@ -30,7 +30,7 @@ class FansList extends Fans protected function configure() { $this->module = ['list']; - $this->setName('xfans:list')->setDescription('从微信获取所有的粉丝信息记录'); + $this->setName('xfans:list')->setDescription('[同步]微信粉丝的资料数据'); } } diff --git a/application/wechat/command/fans/FansTags.php b/application/wechat/command/fans/FansTags.php index 397e34c7a..3090989b7 100644 --- a/application/wechat/command/fans/FansTags.php +++ b/application/wechat/command/fans/FansTags.php @@ -30,6 +30,6 @@ class FansTags extends Fans protected function configure() { $this->module = ['tags']; - $this->setName('xfans:tags')->setDescription('从微信获取所有的粉丝标签记录'); + $this->setName('xfans:tags')->setDescription('[同步]粉丝的标签记录数据'); } } diff --git a/vendor/autoload.php b/vendor/autoload.php index 87db5bcd5..e5e3c07ad 100644 --- a/vendor/autoload.php +++ b/vendor/autoload.php @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10::getLoader(); +return ComposerAutoloaderInitc43d191e5697cc1ec7fa6f3102f7563b::getLoader(); diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php index c6db6c70d..fe00d675c 100644 --- a/vendor/composer/autoload_real.php +++ b/vendor/composer/autoload_real.php @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10 +class ComposerAutoloaderInitc43d191e5697cc1ec7fa6f3102f7563b { private static $loader; @@ -19,15 +19,15 @@ class ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10 return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInitc43d191e5697cc1ec7fa6f3102f7563b', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(); - spl_autoload_unregister(array('ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInitc43d191e5697cc1ec7fa6f3102f7563b', 'loadClassLoader')); $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); if ($useStaticLoader) { require_once __DIR__ . '/autoload_static.php'; - call_user_func(\Composer\Autoload\ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b::getInitializer($loader)); } else { $map = require __DIR__ . '/autoload_namespaces.php'; foreach ($map as $namespace => $path) { @@ -48,19 +48,19 @@ class ComposerAutoloaderInit8cffde8ef28c7f3be440b563ba6efc10 $loader->register(true); if ($useStaticLoader) { - $includeFiles = Composer\Autoload\ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10::$files; + $includeFiles = Composer\Autoload\ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b::$files; } else { $includeFiles = require __DIR__ . '/autoload_files.php'; } foreach ($includeFiles as $fileIdentifier => $file) { - composerRequire8cffde8ef28c7f3be440b563ba6efc10($fileIdentifier, $file); + composerRequirec43d191e5697cc1ec7fa6f3102f7563b($fileIdentifier, $file); } return $loader; } } -function composerRequire8cffde8ef28c7f3be440b563ba6efc10($fileIdentifier, $file) +function composerRequirec43d191e5697cc1ec7fa6f3102f7563b($fileIdentifier, $file) { if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { require $file; diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index e698f22ac..f33c1673b 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10 +class ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b { public static $files = array ( '841780ea2e1d6545ea3a253239d59c05' => __DIR__ . '/..' . '/qiniu/php-sdk/src/Qiniu/functions.php', @@ -314,9 +314,9 @@ class ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10 public static function getInitializer(ClassLoader $loader) { return \Closure::bind(function () use ($loader) { - $loader->prefixLengthsPsr4 = ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInit8cffde8ef28c7f3be440b563ba6efc10::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInitc43d191e5697cc1ec7fa6f3102f7563b::$classMap; }, null, ClassLoader::class); } diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index b411e0076..58160e521 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -401,12 +401,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "b848dda3a548f8d976c200e2a8e1f6872f68fc4f" + "reference": "36c784401c0111c14b5b9af1ec9b31727db6518b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/b848dda3a548f8d976c200e2a8e1f6872f68fc4f", - "reference": "b848dda3a548f8d976c200e2a8e1f6872f68fc4f", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/36c784401c0111c14b5b9af1ec9b31727db6518b", + "reference": "36c784401c0111c14b5b9af1ec9b31727db6518b", "shasum": "", "mirrors": [ { @@ -425,7 +425,7 @@ "qiniu/php-sdk": "^7.2", "topthink/framework": "5.1.*" }, - "time": "2019-08-14T02:05:30+00:00", + "time": "2019-08-17T07:09:33+00:00", "type": "library", "installation-source": "dist", "autoload": { diff --git a/vendor/zoujingli/think-library/src/command/Sess.php b/vendor/zoujingli/think-library/src/command/Sess.php index eeb577578..cd8341939 100644 --- a/vendor/zoujingli/think-library/src/command/Sess.php +++ b/vendor/zoujingli/think-library/src/command/Sess.php @@ -32,7 +32,7 @@ class Sess extends Command */ protected function configure() { - $this->setName('xclean:session')->setDescription('清理失效过期的会话文件'); + $this->setName('xclean:session')->setDescription('[清理]删除失效的会话文件'); } /** diff --git a/vendor/zoujingli/think-library/src/command/sync/Admin.php b/vendor/zoujingli/think-library/src/command/sync/Admin.php index 695a93cd8..36b7623f8 100644 --- a/vendor/zoujingli/think-library/src/command/sync/Admin.php +++ b/vendor/zoujingli/think-library/src/command/sync/Admin.php @@ -32,7 +32,7 @@ class Admin extends Sync protected function configure() { $this->modules = ['application/admin/', 'think']; - $this->setName('xsync:admin')->setDescription('从远程覆盖本地Admin模块的所有代码'); + $this->setName('xsync:admin')->setDescription('[同步]覆盖本地Admin模块代码'); } /** diff --git a/vendor/zoujingli/think-library/src/command/sync/Config.php b/vendor/zoujingli/think-library/src/command/sync/Config.php index a26b6d192..826205ca8 100644 --- a/vendor/zoujingli/think-library/src/command/sync/Config.php +++ b/vendor/zoujingli/think-library/src/command/sync/Config.php @@ -32,7 +32,7 @@ class Config extends Sync protected function configure() { $this->modules = ['config/']; - $this->setName('xsync:config')->setDescription('从远程覆盖本地Config的部分配置文件'); + $this->setName('xsync:config')->setDescription('[同步]覆盖本地Config应用配置'); } /** diff --git a/vendor/zoujingli/think-library/src/command/sync/Plugs.php b/vendor/zoujingli/think-library/src/command/sync/Plugs.php index 890da45d6..d89676c49 100644 --- a/vendor/zoujingli/think-library/src/command/sync/Plugs.php +++ b/vendor/zoujingli/think-library/src/command/sync/Plugs.php @@ -32,7 +32,7 @@ class Plugs extends Sync protected function configure() { $this->modules = ['public/static/']; - $this->setName('xsync:plugs')->setDescription('从远程覆盖本地Plugs资源插件所有代码'); + $this->setName('xsync:plugs')->setDescription('[同步]覆盖本地Plugs插件代码'); } /** diff --git a/vendor/zoujingli/think-library/src/command/sync/Service.php b/vendor/zoujingli/think-library/src/command/sync/Service.php index a342ea558..e23cd7670 100644 --- a/vendor/zoujingli/think-library/src/command/sync/Service.php +++ b/vendor/zoujingli/think-library/src/command/sync/Service.php @@ -31,7 +31,7 @@ class Service extends Sync protected function configure() { $this->modules = ['application/service/']; - $this->setName('xsync:service')->setDescription('从远程覆盖本地Service模块的所有代码'); + $this->setName('xsync:service')->setDescription('[同步]覆盖本地Service模块代码'); } /** diff --git a/vendor/zoujingli/think-library/src/command/sync/Wechat.php b/vendor/zoujingli/think-library/src/command/sync/Wechat.php index 903ef9730..1565fbced 100644 --- a/vendor/zoujingli/think-library/src/command/sync/Wechat.php +++ b/vendor/zoujingli/think-library/src/command/sync/Wechat.php @@ -32,7 +32,7 @@ class Wechat extends Sync protected function configure() { $this->modules = ['application/wechat/']; - $this->setName('xsync:wechat')->setDescription('从远程覆盖本地Wechat模块的所有代码'); + $this->setName('xsync:wechat')->setDescription('[同步]覆盖本地Wechat模块代码'); } /**