diff --git a/FlyCube/Api/Controller/CheckController.class.php b/FlyCube/Api/Controller/CheckController.class.php index 238a162..0481016 100644 --- a/FlyCube/Api/Controller/CheckController.class.php +++ b/FlyCube/Api/Controller/CheckController.class.php @@ -185,7 +185,7 @@ class CheckController extends PublicController $where['shop_id'] = $_REQUEST['shop_id']; $where['openid'] = $this->openid; $n = $orderDb->where($where)->select(); - echo json_encode(array('status' => 0, 'msg' => $n)); + echo json_encode(array('status' => 0, 'msg' => $this->openid)); } /** * @description: 对应用户的订单列表