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