正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -38,7 +38,7 @@ class Client extends Api | @@ -38,7 +38,7 @@ class Client extends Api | ||
| 38 | } | 38 | } |
| 39 | $this->store = $store; | 39 | $this->store = $store; |
| 40 | if (empty($this->auth->id)) { | 40 | if (empty($this->auth->id)) { |
| 41 | - print_r([$this->auth->id,$this->auth->getUserinfo()]); | 41 | + print_r([$this->auth->id]); |
| 42 | return; | 42 | return; |
| 43 | } | 43 | } |
| 44 | 44 |
-
请 注册 或 登录 后发表评论