mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-30 18:19:04 +08:00
Merge pull request #286 from fxdfxq/patch-1
Update WxMpServiceImpl.java
This commit is contained in:
@ -866,6 +866,7 @@ public class WxMpServiceImpl implements WxMpService {
|
||||
payInfo.put("nonceStr", System.currentTimeMillis() + "");
|
||||
payInfo.put("package", "prepay_id=" + prepayId);
|
||||
payInfo.put("signType", "MD5");
|
||||
payInfo.put("code_url",wxMpPrepayIdResult.getCode_url());
|
||||
|
||||
String finalSign = WxCryptUtil.createSign(payInfo, wxMpConfigStorage.getPartnerKey());
|
||||
payInfo.put("paySign", finalSign);
|
||||
|
||||
Reference in New Issue
Block a user