fixbug
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user