mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-11-01 03:25:35 +08:00 
			
		
		
		
	添加缺少的代码
This commit is contained in:
		| @ -421,6 +421,7 @@ public class WxMpPayServiceImpl implements WxMpPayService { | |||||||
|   @Override |   @Override | ||||||
|   public WxRedpackResult sendRedpack(WxSendRedpackRequest request) throws WxErrorException { |   public WxRedpackResult sendRedpack(WxSendRedpackRequest request) throws WxErrorException { | ||||||
|     XStream xstream = XStreamInitializer.getInstance(); |     XStream xstream = XStreamInitializer.getInstance(); | ||||||
|  |     xstream.processAnnotations(WxSendRedpackRequest.class); | ||||||
|     xstream.processAnnotations(WxRedpackResult.class); |     xstream.processAnnotations(WxRedpackResult.class); | ||||||
|  |  | ||||||
|     request.setWxAppid(this.wxMpService.getWxMpConfigStorage().getAppId()); |     request.setWxAppid(this.wxMpService.getWxMpConfigStorage().getAppId()); | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang