From 69e2baf5518079bfc16cfadc2fb29842fb3de85d Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 14 一月 2020 21:02:48 +0800
Subject: [PATCH] 加入userName

---
 Api/src/main/java/com/java110/api/rest/GetPhotoByInst.java |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/Api/src/main/java/com/java110/api/rest/GetPhotoByInst.java b/Api/src/main/java/com/java110/api/rest/GetPhotoByInst.java
index e15f74a..72e69c5 100644
--- a/Api/src/main/java/com/java110/api/rest/GetPhotoByInst.java
+++ b/Api/src/main/java/com/java110/api/rest/GetPhotoByInst.java
@@ -26,9 +26,6 @@
 
     public static void main(String[] args) {
         //璇诲彇鏂囦欢
-
-
-
         Reader reader = null;
         String sb = "";
         try {
@@ -67,7 +64,8 @@
         String instId = tmpPhotoPaths[0];
         String photoUrl = tmpPhotoPaths[1];
 
-        downloadFromUrl(photoUrl,DEFAULTE_PHOTO_DIR,"qhdx_"+instId+"_47.jpg");
+        downloadFromUrl(photoUrl,DEFAULTE_PHOTO_DIR,"qhdx_"+instId+"_17.jpg");
+        //downloadFromUrl(photoUrl,DEFAULTE_PHOTO_DIR,instId+".jpg");
     }
 
 
@@ -93,4 +91,4 @@
         }
         return fileName;
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.8.0