#292 增加小程序码支持

* 更新小程序二维码(小程序码)接口
修复小程序模板推送读取错误字段导致的NullPoint

* 更新小程序二维码(小程序码)接口
修复小程序模板推送读取错误字段导致的NullPoint

* 更正WxMaMsgService接口逻辑

* 使用IDEA对miniapp做了批量格式化
This commit is contained in:
forfuns
2017-07-27 17:24:48 +08:00
committed by Binary Wang
parent 30b5a9aa8f
commit 087f0371b8
16 changed files with 314 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ public class FileUtils {
tmpFile = File.createTempFile(name, '.' + ext, tmpDirFile);
}
tmpFile.deleteOnExit();
// tmpFile.deleteOnExit();
try (FileOutputStream fos = new FileOutputStream(tmpFile)) {
int read = 0;