diff --git a/CHANGELOG.log b/CHANGELOG.log index 7d80c5c9..b1e126a5 100644 --- a/CHANGELOG.log +++ b/CHANGELOG.log @@ -2,7 +2,7 @@ ## 2018.11.16 -优化账户绑定流程,后台可直接解绑、绑定 +优化账户绑定流程,后台可直接解绑、绑定(建议重新绑定账号) ## 2018.11.15 diff --git a/app/Console/Commands/OneDrive/Quota.php b/app/Console/Commands/OneDrive/Quota.php index 760e2c79..38b8205b 100644 --- a/app/Console/Commands/OneDrive/Quota.php +++ b/app/Console/Commands/OneDrive/Quota.php @@ -43,6 +43,7 @@ public function handle() return; } $quota[] = quota(); + $this->info('Account [' . bind_account() . ']'); $this->table($headers, $quota); } }