【类 型】:test

【原  因】:
【过  程】:
【影  响】:
This commit is contained in:
air 2025-01-15 12:26:22 +08:00
parent ceb1aadbd8
commit 4df3ce7d3d

View File

@ -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: 对应用户的订单列表