@@ -1506,7 +1506,7 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements Us
file.delete();
}
}*/
- Thread.sleep(1500);
+ Thread.sleep(3000);
String syncTranslationResult = wxCorpInfoService.getSyncTranslationResult(jobId);
//返回生成的文件地址/upload文件夹下
httpRespMsg.data = syncTranslationResult;