Commit 80b3364e zshaohui

资源翻译从242拉取

1 个父辈 99781eca
...@@ -28,7 +28,7 @@ public class ApplicationTests { ...@@ -28,7 +28,7 @@ public class ApplicationTests {
private void saveLanguageFile(String type){ private void saveLanguageFile(String type){
try { try {
String url = "http://192.168.1.243/smf-core/api/translation/getLanguageMsgList"; String url = "http://192.168.1.242/smf-core/api/translation/getLanguageMsgList";
Map<String,Object> params = new HashMap<>(); Map<String,Object> params = new HashMap<>();
params.put("type",type); params.put("type",type);
System.out.println("开始获取最新["+type+"]翻译资源..."); System.out.println("开始获取最新["+type+"]翻译资源...");
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!