feat : wechatPay callback

This commit is contained in:
2025-03-18 14:23:25 +08:00
parent c3251dc4de
commit de47a18276

View File

@@ -211,6 +211,8 @@ class RefundService
*/
protected function updateRefund($errMsg = null): void
{
if (empty($this->refundInfo)) return;
$status = RefundCode::REFUND_FAIL;
if (empty($errMsg)) {