【类 型】:test

【原  因】:
【过  程】:
【影  响】:
This commit is contained in:
air 2025-01-15 12:20:02 +08:00
parent 907607dac1
commit ceb1aadbd8

View File

@ -184,7 +184,7 @@ class CheckController extends PublicController
$where['order_sn'] = $_REQUEST['order_sn']; $where['order_sn'] = $_REQUEST['order_sn'];
$where['shop_id'] = $_REQUEST['shop_id']; $where['shop_id'] = $_REQUEST['shop_id'];
$where['openid'] = $this->openid; $where['openid'] = $this->openid;
$n = $orderDb->select(); $n = $orderDb->where($where)->select();
echo json_encode(array('status' => 0, 'msg' => $n)); echo json_encode(array('status' => 0, 'msg' => $n));
} }
/** /**