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
@@ -69,7 +69,7 @@ public class WeixinPayProxy {
this.couponApi = new CouponApi(weixinAccount);
this.cashApi = new CashApi(weixinAccount);
this.DEFAULT_CA_FILE = ConfigUtil.getClassPathValue("ca_file",
Weixin4jConst.DEFAULT_MEDIA_PATH);
Weixin4jConst.DEFAULT_CAFILE_PATH);
}
/**