Browse Source

checkredis

undefined
娄梦宁 4 years ago
parent
commit
ee1984201b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      addons/unishop/controller/User.php

+ 1
- 1
addons/unishop/controller/User.php View File

@@ -38,7 +38,7 @@ class User extends Base
if ($ret) {
$data = $this->auth->getUserinfo();
$data['avatar'] = \addons\unishop\model\Config::getImagesFullUrl($data['avatar']);
$this->success(__('Logged in successful'), $data);
$this->success('Logged in successful', $data);
} else {
$this->error($this->auth->getError());
}


Loading…
Cancel
Save