mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2026-05-15 18:36:36 +08:00
1. 更新收款通知处理逻辑
2. 数据库字段长度调整512
This commit is contained in:
@@ -165,6 +165,7 @@ class PayController
|
||||
foreach ($activeOrders as $order) {
|
||||
// 支付方式核对
|
||||
$is_payway = $order->type == $new_order['payway'];
|
||||
if ($new_order['payway'] == '') $is_payway = true;
|
||||
// 支付渠道核对
|
||||
$is_channel = $cids[$order->cid] == $new_order['channel'];
|
||||
// 金额核对
|
||||
|
||||
Reference in New Issue
Block a user