mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-11-29 01:05:12 +08:00
!21 微信支付回调签名验证失败
Merge pull request !21 from John/fix_wxpay_callback_sign_bug
This commit is contained in:
@@ -104,7 +104,7 @@ public class PaymentAssistService {
|
|||||||
public void sign(PaymentCommonResult result) {
|
public void sign(PaymentCommonResult result) {
|
||||||
PlatformLocal platformInfo = PaymentContextLocal.get().getPlatformInfo();
|
PlatformLocal platformInfo = PaymentContextLocal.get().getPlatformInfo();
|
||||||
// 如果平台配置所有属性为空, 进行初始化
|
// 如果平台配置所有属性为空, 进行初始化
|
||||||
if (BeanUtil.isEmpty(platformInfo)){
|
if (BeanUtil.isEmpty(platformInfo, "reqSign")){
|
||||||
platformConfigService.initPlatform();
|
platformConfigService.initPlatform();
|
||||||
}
|
}
|
||||||
String signType = platformInfo.getSignType();
|
String signType = platformInfo.getSignType();
|
||||||
|
|||||||
Reference in New Issue
Block a user