u
This commit is contained in:
parent
7be1a45403
commit
9c5c411587
@ -69,7 +69,7 @@ public class WeixinPayProxy {
|
|||||||
this.couponApi = new CouponApi(weixinAccount);
|
this.couponApi = new CouponApi(weixinAccount);
|
||||||
this.cashApi = new CashApi(weixinAccount);
|
this.cashApi = new CashApi(weixinAccount);
|
||||||
this.DEFAULT_CA_FILE = ConfigUtil.getClassPathValue("ca_file",
|
this.DEFAULT_CA_FILE = ConfigUtil.getClassPathValue("ca_file",
|
||||||
Weixin4jConst.DEFAULT_MEDIA_PATH);
|
Weixin4jConst.DEFAULT_CAFILE_PATH);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -104,6 +104,4 @@ public class WeixinRequestHandler extends
|
|||||||
ctx.channel().attr(Consts.MESSAGE_TRANSFER_KEY).set(messageTransfer);
|
ctx.channel().attr(Consts.MESSAGE_TRANSFER_KEY).set(messageTransfer);
|
||||||
messageDispatcher.doDispatch(ctx, request, cruxMessage);
|
messageDispatcher.doDispatch(ctx, request, cruxMessage);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user