正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -23,6 +23,7 @@ class Client extends Api | @@ -23,6 +23,7 @@ class Client extends Api | ||
23 | $this->postParam = $postParam; | 23 | $this->postParam = $postParam; |
24 | 24 | ||
25 | parent::_initialize(); | 25 | parent::_initialize(); |
26 | + print_r($this->auth->id);return; | ||
26 | $this->auth->id = 1;//测试用 | 27 | $this->auth->id = 1;//测试用 |
27 | $postParam = $this->request->param(); | 28 | $postParam = $this->request->param(); |
28 | $this->postParam = $postParam; | 29 | $this->postParam = $postParam; |
-
请 注册 或 登录 后发表评论