去除支付回调金额问题
This commit is contained in:
parent
7ee83d9bc9
commit
b67b252390
@ -1161,9 +1161,6 @@ class CallBackController extends AbstractController
|
|||||||
Log::getInstance()->error("检测微信支付回调数据处理失败:无支付金额");
|
Log::getInstance()->error("检测微信支付回调数据处理失败:无支付金额");
|
||||||
return $this->wxPayErrorReturn("检测微信支付回调数据处理失败:无支付金额");
|
return $this->wxPayErrorReturn("检测微信支付回调数据处理失败:无支付金额");
|
||||||
}
|
}
|
||||||
|
|
||||||
// 实际付款金额
|
|
||||||
$data['payment_amount_total'] = $message['amount']['payer_total'];
|
|
||||||
} elseif ($message['trade_state'] == "CLOSED") {
|
} elseif ($message['trade_state'] == "CLOSED") {
|
||||||
// 已关闭
|
// 已关闭
|
||||||
$data['detection_pay_status'] = 6;
|
$data['detection_pay_status'] = 6;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user