diff --git a/composer.lock b/composer.lock index c69aba37c..6700b6797 100644 --- a/composer.lock +++ b/composer.lock @@ -909,12 +909,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "030a60c13c6d8d15a6ce507edaf47ee384835983" + "reference": "36784fab429f25fbcab86c7ebcb2de0922302b5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/030a60c13c6d8d15a6ce507edaf47ee384835983", - "reference": "030a60c13c6d8d15a6ce507edaf47ee384835983", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/36784fab429f25fbcab86c7ebcb2de0922302b5b", + "reference": "36784fab429f25fbcab86c7ebcb2de0922302b5b", "shasum": "", "mirrors": [ { @@ -958,7 +958,7 @@ ], "description": "ThinkPHP v6.0 Development Library", "homepage": "http://framework.thinkadmin.top", - "time": "2019-12-10T02:15:54+00:00" + "time": "2019-12-10T08:48:47+00:00" }, { "name": "zoujingli/wechat-developer", diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php index 45803a914..93d030a16 100644 --- a/vendor/composer/autoload_classmap.php +++ b/vendor/composer/autoload_classmap.php @@ -203,10 +203,6 @@ return array( 'app\\admin\\controller\\api\\Upload' => $baseDir . '/app/admin/controller/api/Upload.php', 'app\\index\\controller\\Index' => $baseDir . '/app/index/controller/Index.php', 'app\\wechat\\command\\Fans' => $baseDir . '/app/wechat/command/Fans.php', - 'app\\wechat\\command\\fans\\FansAll' => $baseDir . '/app/wechat/command/fans/FansAll.php', - 'app\\wechat\\command\\fans\\FansBlack' => $baseDir . '/app/wechat/command/fans/FansBlack.php', - 'app\\wechat\\command\\fans\\FansList' => $baseDir . '/app/wechat/command/fans/FansList.php', - 'app\\wechat\\command\\fans\\FansTags' => $baseDir . '/app/wechat/command/fans/FansTags.php', 'app\\wechat\\controller\\Config' => $baseDir . '/app/wechat/controller/Config.php', 'app\\wechat\\controller\\Fans' => $baseDir . '/app/wechat/controller/Fans.php', 'app\\wechat\\controller\\Keys' => $baseDir . '/app/wechat/controller/Keys.php', diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php index 79b174dda..687b1ff9b 100644 --- a/vendor/composer/autoload_static.php +++ b/vendor/composer/autoload_static.php @@ -343,10 +343,6 @@ class ComposerStaticInitada0e677dd8f1307ba83d0cf07626e6c 'app\\admin\\controller\\api\\Upload' => __DIR__ . '/../..' . '/app/admin/controller/api/Upload.php', 'app\\index\\controller\\Index' => __DIR__ . '/../..' . '/app/index/controller/Index.php', 'app\\wechat\\command\\Fans' => __DIR__ . '/../..' . '/app/wechat/command/Fans.php', - 'app\\wechat\\command\\fans\\FansAll' => __DIR__ . '/../..' . '/app/wechat/command/fans/FansAll.php', - 'app\\wechat\\command\\fans\\FansBlack' => __DIR__ . '/../..' . '/app/wechat/command/fans/FansBlack.php', - 'app\\wechat\\command\\fans\\FansList' => __DIR__ . '/../..' . '/app/wechat/command/fans/FansList.php', - 'app\\wechat\\command\\fans\\FansTags' => __DIR__ . '/../..' . '/app/wechat/command/fans/FansTags.php', 'app\\wechat\\controller\\Config' => __DIR__ . '/../..' . '/app/wechat/controller/Config.php', 'app\\wechat\\controller\\Fans' => __DIR__ . '/../..' . '/app/wechat/controller/Fans.php', 'app\\wechat\\controller\\Keys' => __DIR__ . '/../..' . '/app/wechat/controller/Keys.php', diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index cc5057f17..4d73712a1 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -935,12 +935,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "030a60c13c6d8d15a6ce507edaf47ee384835983" + "reference": "36784fab429f25fbcab86c7ebcb2de0922302b5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/030a60c13c6d8d15a6ce507edaf47ee384835983", - "reference": "030a60c13c6d8d15a6ce507edaf47ee384835983", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/36784fab429f25fbcab86c7ebcb2de0922302b5b", + "reference": "36784fab429f25fbcab86c7ebcb2de0922302b5b", "shasum": "", "mirrors": [ { @@ -956,7 +956,7 @@ "ext-json": "*", "topthink/framework": "^6.0" }, - "time": "2019-12-10T02:15:54+00:00", + "time": "2019-12-10T08:48:47+00:00", "type": "library", "extra": { "think": { diff --git a/vendor/services.php b/vendor/services.php index dfa9bf30b..0a83dc207 100644 --- a/vendor/services.php +++ b/vendor/services.php @@ -1,5 +1,5 @@ 'think\\app\\Service', diff --git a/vendor/zoujingli/think-library/src/common.php b/vendor/zoujingli/think-library/src/common.php index 926541611..6b42f5be7 100644 --- a/vendor/zoujingli/think-library/src/common.php +++ b/vendor/zoujingli/think-library/src/common.php @@ -67,26 +67,6 @@ if (!function_exists('sysconf')) { } } -if (!function_exists('sysqueue')) { - /** - * 注册异步处理任务 - * @param string $title 任务名称 - * @param string $command 执行内容 - * @param integer $later 延时执行时间 - * @param array $data 任务附加数据 - * @param integer $rscript 任务多开 - * @return QueueService - * @throws \think\Exception - * @throws \think\db\exception\DataNotFoundException - * @throws \think\db\exception\DbException - * @throws \think\db\exception\ModelNotFoundException - */ - function sysqueue($title, $command, $later = 0, $data = [], $rscript = 1) - { - return QueueService::instance()->register($title, $command, $later, $data, $rscript); - } -} - if (!function_exists('sysdata')) { /** * JSON 数据读取与存储 @@ -107,16 +87,23 @@ if (!function_exists('sysdata')) { } } -if (!function_exists('sysoplog')) { +if (!function_exists('sysqueue')) { /** - * 写入系统日志 - * @param string $action 日志行为 - * @param string $content 日志内容 - * @return boolean + * 注册异步处理任务 + * @param string $title 任务名称 + * @param string $command 执行内容 + * @param integer $later 延时执行时间 + * @param array $data 任务附加数据 + * @param integer $rscript 任务多开 + * @return QueueService + * @throws \think\Exception + * @throws \think\db\exception\DataNotFoundException + * @throws \think\db\exception\DbException + * @throws \think\db\exception\ModelNotFoundException */ - function sysoplog($action, $content) + function sysqueue($title, $command, $later = 0, $data = [], $rscript = 1) { - return SystemService::instance()->setOplog($action, $content); + return QueueService::instance()->register($title, $command, $later, $data, $rscript); } } @@ -133,6 +120,19 @@ if (!function_exists('systoken')) { } } +if (!function_exists('sysoplog')) { + /** + * 写入系统日志 + * @param string $action 日志行为 + * @param string $content 日志内容 + * @return boolean + */ + function sysoplog($action, $content) + { + return SystemService::instance()->setOplog($action, $content); + } +} + if (!function_exists('encode')) { /** * 加密 UTF8 字符串