正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -25,7 +25,7 @@ class Client extends Base | @@ -25,7 +25,7 @@ class Client extends Base | ||
25 | $res=$this->request->header(); | 25 | $res=$this->request->header(); |
26 | 26 | ||
27 | parent::_initialize(); | 27 | parent::_initialize(); |
28 | - $this->auth->id=3;//测试用 | 28 | + //$this->auth->id=3;//测试用 |
29 | $postParam = $this->request->param(); | 29 | $postParam = $this->request->param(); |
30 | $this->postParam = $postParam; | 30 | $this->postParam = $postParam; |
31 | if (empty($postParam['store_id'])) { | 31 | if (empty($postParam['store_id'])) { |
-
请 注册 或 登录 后发表评论