|
|
@@ -50,7 +50,7 @@
|
|
|
FileItem item = (FileItem) fileItem;
|
|
|
String fieldName = item.getFieldName();
|
|
|
UpLoad.PostFileResult R = UpLoad.PostFile(request, item, "apk");
|
|
|
- result.put("data", "http://app.chmo.net/" + R.PostFileURL);
|
|
|
+ result.put("data", "http://thmodel.izouma.com/" + R.PostFileURL);
|
|
|
result.put("success", true);
|
|
|
out.print(result.toString());
|
|
|
return;
|