mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 22:11:40 +08:00
添加缺少的代码
This commit is contained in:
parent
06c73ca6ab
commit
7f830e2755
@ -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());
|
||||||
|
Loading…
Reference in New Issue
Block a user