$orderSn], true); if (empty($order)) { $msg = "没有找到报名订单 orderSn:{$orderSn}"; Yii::info($msg); util::fail($msg); } if ($order->actPrice != $totalFee) { $msg = "报名订单金额与回调通知金额不一致 orderSn:{$orderSn} {$order->actPrice} {$totalFee}"; Yii::info($msg); util::fail($msg); } //临时解决微信一秒内通知二次问题 $id = $order->id; $order = PxApplyClass::getLockById($id); PxApplyClass::complete($order, $payWay); } }