mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 02:28:25 +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("nonceStr", System.currentTimeMillis() + ""); | ||||||
|     payInfo.put("package", "prepay_id=" + prepayId); |     payInfo.put("package", "prepay_id=" + prepayId); | ||||||
|     payInfo.put("signType", "MD5"); |     payInfo.put("signType", "MD5"); | ||||||
|  |     payInfo.put("code_url",wxMpPrepayIdResult.getCode_url()); | ||||||
|  |  | ||||||
|     String finalSign = WxCryptUtil.createSign(payInfo, wxMpConfigStorage.getPartnerKey()); |     String finalSign = WxCryptUtil.createSign(payInfo, wxMpConfigStorage.getPartnerKey()); | ||||||
|     payInfo.put("paySign", finalSign); |     payInfo.put("paySign", finalSign); | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Daniel Qian
					Daniel Qian