作者 郭文星

'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;
@@ -117,9 +118,9 @@ class Client extends Api @@ -117,9 +118,9 @@ class Client extends Api
117 } 118 }
118 119
119 } 120 }
120 -  
121 -  
122 - 121 +
  122 +
  123 +
123 /** 124 /**
124 * 3、查询个人订单 125 * 3、查询个人订单
125 */ 126 */
@@ -159,7 +160,7 @@ class Client extends Api @@ -159,7 +160,7 @@ class Client extends Api
159 $this->error("查询失败"); 160 $this->error("查询失败");
160 } 161 }
161 } 162 }
162 - 163 +
163 /** 164 /**
164 * 5、创建订单 165 * 5、创建订单
165 */ 166 */