This commit is contained in:
jinyu 2015-07-13 10:08:50 +08:00
parent 7be1a45403
commit 9c5c411587
2 changed files with 1 additions and 3 deletions

View File

@ -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);
} }
/** /**

View File

@ -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);
} }
} }