|
@@ -803,7 +803,7 @@ public class WeixinServiceImpl implements WeixinService {
|
|
|
if (mtStore != null && StringUtil.isNotEmpty(mtStore.getWxApiV2()) && StringUtil.isNotEmpty(mtStore.getWxMchId())) {
|
|
|
mchId = mtStore.getWxMchId();
|
|
|
apiV2 = mtStore.getWxApiV2();
|
|
|
- String basePath = settingService.getUploadBasePath();
|
|
|
+ String basePath = env.getProperty("images.root");
|
|
|
certPath = basePath + mtStore.getWxCertPath();
|
|
|
}
|
|
|
apiConfig = WxPayApiConfig.builder()
|