fixbug
This commit is contained in:
@@ -38,7 +38,7 @@ public class FaceServiceTest {
|
||||
public void test(){
|
||||
try {
|
||||
faceService.login();
|
||||
} catch (IOException e) {
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
@@ -49,7 +49,7 @@ public class FaceServiceTest {
|
||||
faceService.login();
|
||||
faceService.show("7","","");
|
||||
faceService.show2();
|
||||
} catch (IOException e) {
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user