|
|
|
@ -89,7 +89,7 @@ public class WeChatPayProcessor extends IChannelPayService { |
|
|
|
long timestamp = System.currentTimeMillis() / 1000; |
|
|
|
String sign; |
|
|
|
try { |
|
|
|
sign = wxPayV3Util.sign(sessionVo.getPlatformAppId(), timestamp, nonceStr, prepayId); |
|
|
|
sign = wxPayV3Util.sign(sessionVo.getPlatformAppId(), timestamp, nonceStr, "prepay_id=" + prepayId); |
|
|
|
} catch (Exception e) { |
|
|
|
log.error(" sign fail AppV3PayStrategyImpl {}", e.getMessage(), e); |
|
|
|
throw new BizException("生成签名错误:" + e.getMessage()); |
|
|
|
|