ComposerUpdate

This commit is contained in:
Anyon 2019-11-28 18:45:56 +08:00
parent 56c1596bde
commit 273650b274
2 changed files with 6 additions and 6 deletions

View File

@ -502,12 +502,12 @@
"source": {
"type": "git",
"url": "https://github.com/zoujingli/ThinkLibrary.git",
"reference": "8821ce7703baafc18f32668cf949e803e8c19904"
"reference": "f8f4cbf479a0a43a00bcf59a57113e1e2d2d8dff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/8821ce7703baafc18f32668cf949e803e8c19904",
"reference": "8821ce7703baafc18f32668cf949e803e8c19904",
"url": "https://api.github.com/repos/zoujingli/ThinkLibrary/zipball/f8f4cbf479a0a43a00bcf59a57113e1e2d2d8dff",
"reference": "f8f4cbf479a0a43a00bcf59a57113e1e2d2d8dff",
"shasum": "",
"mirrors": [
{
@ -527,7 +527,7 @@
"qiniu/php-sdk": "^7.2",
"topthink/framework": "5.1.*"
},
"time": "2019-11-28T09:08:14+00:00",
"time": "2019-11-28T10:43:13+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {

View File

@ -79,8 +79,8 @@ class NodeService extends Service
static $data = [];
if (empty($force)) {
if (count($data) > 0) return $data;
$data = (array)$this->app->cache->get('system_auth_node');
if (count($data) > 0) return $data;
$data = $this->app->cache->get('system_auth_node');
if (is_array($data) && count($data) > 0) return $data;
} else {
$data = [];
}