作者 郭文星

'123'

@@ -26,7 +26,7 @@ class Client extends Base @@ -26,7 +26,7 @@ class Client extends Base
26 $res=$this->request->header(); 26 $res=$this->request->header();
27 27
28 parent::_initialize(); 28 parent::_initialize();
29 - //$this->auth->id=3;//测试用 29 + //$this->auth->id=19;//测试用
30 $postParam = $this->request->param(); 30 $postParam = $this->request->param();
31 $this->postParam = $postParam; 31 $this->postParam = $postParam;
32 if (empty($postParam['store_id'])) { 32 if (empty($postParam['store_id'])) {
@@ -172,7 +172,6 @@ class Client extends Base @@ -172,7 +172,6 @@ class Client extends Base
172 */ 172 */
173 public function orderinfo(){ 173 public function orderinfo(){
174 $order_id=$this->postParam['id']; 174 $order_id=$this->postParam['id'];
175 -  
176 $where['a.id']=$order_id; 175 $where['a.id']=$order_id;
177 $where['a.user_id']=$this->auth->id; 176 $where['a.user_id']=$this->auth->id;
178 $verification_store_id=$this->store_id; 177 $verification_store_id=$this->store_id;
不能预览此文件类型