@@ -236,7 +236,7 @@ class HuiPay extends Api
$money = $order['money'];
$money = '0.01';// 测试支付
- $order_no = "D0" . time();
+// $order_no = "D0" . time();
$pay = new PayUtil();
$notify_url = CurlUtil::getHttp('/api/hui_pay/pay_notify', false);