mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-03 02:56:20 +00: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) {
|
||||
PlatformLocal platformInfo = PaymentContextLocal.get().getPlatformInfo();
|
||||
// 如果平台配置所有属性为空, 进行初始化
|
||||
if (BeanUtil.isEmpty(platformInfo)){
|
||||
if (BeanUtil.isEmpty(platformInfo, "reqSign")){
|
||||
platformConfigService.initPlatform();
|
||||
}
|
||||
String signType = platformInfo.getSignType();
|
||||
|
Reference in New Issue
Block a user