|
@@ -113,7 +113,7 @@ public class ViewController extends Controller {
|
|
|
|
|
|
public void testdld() {
|
|
|
try {
|
|
|
- String filePath = "http://200.200.200.163:8090/X-0-202208261038400267000310351.PNG";
|
|
|
+ String filePath = "http://192.169.30.10:8090/X-1-202209161920190116000009271.PNG";
|
|
|
String fileNameStr[] = filePath.split("/");
|
|
|
String fileName = fileNameStr[fileNameStr.length - 1];
|
|
|
String fileStorePath = getFileWithUrl(filePath, fileName);
|