feat : wechatPay callback

This commit is contained in:
2025-03-18 10:33:46 +08:00
parent 00c961adce
commit b50a0738fb

View File

@@ -104,7 +104,7 @@ abstract class WxJsRechargeBaseService implements ThirdPayInterface
throw new ErrException('wxPay回调解密失败');
}
if (!empty($this->callbackData)) {
if (empty($this->callbackData)) {
$this->log->debug(__CLASS__.'wxPay获取回调失败'.json_encode($this->request));
throw new ErrException('wxPay获取回调失败');
}