|
|
|
@@ -249,9 +249,9 @@ public class WxProjectConfigController extends BaseController { |
|
|
|
if(StringUtils.isBlank(wxPayAccount.getNotifyUrl())){ |
|
|
|
wxPayAccount.setNotifyUrl(wechatWebProperties.getUrl()+"/wxPay/notify"); |
|
|
|
} |
|
|
|
if(StringUtils.isBlank(wxPayAccount.getCertPath())){ |
|
|
|
wxPayAccount.setCertPath("/opt/iformall/service/apiclient_cert.p12"); |
|
|
|
} |
|
|
|
// if(StringUtils.isBlank(wxPayAccount.getCertPath())){ |
|
|
|
// wxPayAccount.setCertPath("/opt/iformall/service/apiclient_cert.p12"); |
|
|
|
// } |
|
|
|
if(wxPayAccount.getType() == null){ |
|
|
|
wxPayAccount.setType(1);//0:普通商户模式, 1:服务商模式(默认服务商模式) |
|
|
|
} |
|
|
|
|