feat : wechatPay callback
This commit is contained in:
@@ -104,7 +104,7 @@ abstract class WxJsRechargeBaseService implements ThirdPayInterface
|
|||||||
throw new ErrException('wxPay回调解密失败');
|
throw new ErrException('wxPay回调解密失败');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($this->callbackData)) {
|
if (empty($this->callbackData)) {
|
||||||
$this->log->debug(__CLASS__.'wxPay获取回调失败'.json_encode($this->request));
|
$this->log->debug(__CLASS__.'wxPay获取回调失败'.json_encode($this->request));
|
||||||
throw new ErrException('wxPay获取回调失败');
|
throw new ErrException('wxPay获取回调失败');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user