fix
This commit is contained in:
parent
de8a2829d2
commit
25b2518694
@ -471,7 +471,7 @@ func (this *MainServiceApi) WxPayNotify(c *gin.Context) {
|
||||
}
|
||||
|
||||
payserial := c.GetHeader("Wechatpay-Serial") //验签的微信支付平台证书序列号/微信支付公钥ID
|
||||
if mt.Table.Config.GetWxCertificateSn() != payserial {
|
||||
if mt.Table.Config.GetWxMerchantPublicKeyId() != payserial {
|
||||
f5.GetSysLog().Alert("!!!!!!!!!!cerificate Serial error")
|
||||
c.JSON(501, failrspobj)
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user