feat : wechatPay callback

This commit is contained in:
2025-03-18 15:31:44 +08:00
parent a9ad86cc1f
commit 2ed7d402e4

View File

@@ -112,6 +112,7 @@ class WxJsRechargeOrderService extends WxJsRechargeBaseService
*/ */
public function refundCallBackHandle(): ResponseInterface public function refundCallBackHandle(): ResponseInterface
{ {
$this->log->callbackLog('退款回调'.json_encode($this->request->all()));
$this->getWechatData(); $this->getWechatData();
$this->checkWxRefundCallBackOrder(); $this->checkWxRefundCallBackOrder();