【类 型】:test
【原 因】: 【过 程】: 【影 响】:
This commit is contained in:
parent
ceb1aadbd8
commit
4df3ce7d3d
@ -185,7 +185,7 @@ class CheckController extends PublicController
|
|||||||
$where['shop_id'] = $_REQUEST['shop_id'];
|
$where['shop_id'] = $_REQUEST['shop_id'];
|
||||||
$where['openid'] = $this->openid;
|
$where['openid'] = $this->openid;
|
||||||
$n = $orderDb->where($where)->select();
|
$n = $orderDb->where($where)->select();
|
||||||
echo json_encode(array('status' => 0, 'msg' => $n));
|
echo json_encode(array('status' => 0, 'msg' => $this->openid));
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* @description: 对应用户的订单列表
|
* @description: 对应用户的订单列表
|
||||||
|
Loading…
Reference in New Issue
Block a user