作者 郭文星

'213'

... ... @@ -23,6 +23,7 @@ class Client extends Api
$this->postParam = $postParam;
parent::_initialize();
print_r($this->auth->id);return;
$this->auth->id = 1;//测试用
$postParam = $this->request->param();
$this->postParam = $postParam;
... ...