|
@@ -94,7 +94,7 @@ public class WxServiceImpl implements IWxService {
|
|
log.info("微信返回内容长度大于1000");
|
|
log.info("微信返回内容长度大于1000");
|
|
}
|
|
}
|
|
File localFile = new File(targetTmpPath);
|
|
File localFile = new File(targetTmpPath);
|
|
- if(localFile.getParentFile().exists()){
|
|
|
|
|
|
+ if(!localFile.getParentFile().exists()){
|
|
localFile.mkdirs();
|
|
localFile.mkdirs();
|
|
}
|
|
}
|
|
FileOutputStream fileOutputStream = new FileOutputStream(localFile);
|
|
FileOutputStream fileOutputStream = new FileOutputStream(localFile);
|