This commit is contained in:
limqhz
2020-05-23 09:50:56 +08:00
parent e8baab27bc
commit 86cc9aab2d

View File

@@ -38,7 +38,7 @@ public class FaceServiceTest {
public void test(){ public void test(){
try { try {
faceService.login(); faceService.login();
} catch (IOException e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }
} }
@@ -49,7 +49,7 @@ public class FaceServiceTest {
faceService.login(); faceService.login();
faceService.show("7","",""); faceService.show("7","","");
faceService.show2(); faceService.show2();
} catch (IOException e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }
} }