...
|
...
|
@@ -26,7 +26,7 @@ class Client extends Base |
|
|
$res=$this->request->header();
|
|
|
|
|
|
parent::_initialize();
|
|
|
//$this->auth->id=3;//测试用
|
|
|
//$this->auth->id=19;//测试用
|
|
|
$postParam = $this->request->param();
|
|
|
$this->postParam = $postParam;
|
|
|
if (empty($postParam['store_id'])) {
|
...
|
...
|
@@ -172,7 +172,6 @@ class Client extends Base |
|
|
*/
|
|
|
public function orderinfo(){
|
|
|
$order_id=$this->postParam['id'];
|
|
|
|
|
|
$where['a.id']=$order_id;
|
|
|
$where['a.user_id']=$this->auth->id;
|
|
|
$verification_store_id=$this->store_id;
|
...
|
...
|
|