|
@@ -151,7 +151,7 @@ public class AppSceneService {
|
|
|
throw new BusinessException(SceneConstant.FAILURE_CODE_5005,SceneConstant.FAILURE_MSG_5005);
|
|
|
}
|
|
|
long time = System.currentTimeMillis();
|
|
|
- Map<String, Object> map = new HashMap();
|
|
|
+ Map<String, Object> map = new HashMap<>();
|
|
|
map.put("screencapVoiceSoundsyncFileName", screencapMusic + ".mp3");
|
|
|
map.put("screencapVoiceSoundsync", originalFileName + "?t=" + time);
|
|
|
log.info("微信上传的音频路径:" + originalFileName + "?t=" + time);
|