作者 郭文星

'213'

@@ -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;