diff --git a/composer.lock b/composer.lock index c7d20b973..20f3dd048 100644 --- a/composer.lock +++ b/composer.lock @@ -937,12 +937,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "08c1ba46f3fca22959fd5797f8a04521f1b48667" + "reference": "2da65a8cf9ed06aa9be96af4eec6c13c6637bed9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/08c1ba46f3fca22959fd5797f8a04521f1b48667", - "reference": "08c1ba46f3fca22959fd5797f8a04521f1b48667", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/2da65a8cf9ed06aa9be96af4eec6c13c6637bed9", + "reference": "2da65a8cf9ed06aa9be96af4eec6c13c6637bed9", "shasum": "", "mirrors": [ { @@ -987,7 +987,7 @@ ], "description": "ThinkPHP v6.0 Development Library", "homepage": "http://thinkadmin.top", - "time": "2020-08-24T03:54:43+00:00" + "time": "2020-08-24T04:57:29+00:00" }, { "name": "zoujingli/wechat-developer", diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index 5e7daa3a0..b28a533b1 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -963,12 +963,12 @@ "source": { "type": "git", "url": "https://github.com/zoujingli/ThinkLibrary.git", - "reference": "08c1ba46f3fca22959fd5797f8a04521f1b48667" + "reference": "2da65a8cf9ed06aa9be96af4eec6c13c6637bed9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/08c1ba46f3fca22959fd5797f8a04521f1b48667", - "reference": "08c1ba46f3fca22959fd5797f8a04521f1b48667", + "url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/2da65a8cf9ed06aa9be96af4eec6c13c6637bed9", + "reference": "2da65a8cf9ed06aa9be96af4eec6c13c6637bed9", "shasum": "", "mirrors": [ { @@ -985,7 +985,7 @@ "ext-mbstring": "*", "topthink/framework": "^6.0" }, - "time": "2020-08-24T03:54:43+00:00", + "time": "2020-08-24T04:57:29+00:00", "type": "library", "extra": { "think": { diff --git a/vendor/services.php b/vendor/services.php index 5e5ae372f..33e0d4b29 100644 --- a/vendor/services.php +++ b/vendor/services.php @@ -1,5 +1,5 @@ 'think\\admin\\Library', diff --git a/vendor/zoujingli/think-library/src/service/InstallService.php b/vendor/zoujingli/think-library/src/service/InstallService.php index 04f4a234b..38da79168 100644 --- a/vendor/zoujingli/think-library/src/service/InstallService.php +++ b/vendor/zoujingli/think-library/src/service/InstallService.php @@ -44,7 +44,6 @@ class InstallService extends Service { $this->root = strtr($this->app->getRootPath(), '\\', '/'); $this->server = ModuleService::instance()->getServer(); - dump($this->server); } /** @@ -81,7 +80,6 @@ class InstallService extends Service $result = json_decode(HttpExtend::post("{$this->server}/admin/api.update/node", [ 'rules' => json_encode($rules1), 'ignore' => json_encode($ignore1), ]), true); - dump($result); if (!empty($result['code'])) { $new = $this->getList($result['data']['rules'], $result['data']['ignore']); foreach ($this->_grenerateDifferenceContrast($result['data']['list'], $new['list']) as $file) { @@ -90,7 +88,6 @@ class InstallService extends Service } } } - dump($data); return $data; }