mirror of
https://github.com/wushuo894/ani-rss.git
synced 2026-03-13 09:20:23 +00:00
2.5.10
This commit is contained in:
@@ -61,7 +61,8 @@ public class OpenListUploadNotification implements BaseNotification {
|
||||
HttpReq.assertStatus(res);
|
||||
JsonObject jsonObject = GsonStatic.fromJson(res.body(), JsonObject.class);
|
||||
int code = jsonObject.get("code").getAsInt();
|
||||
Assert.isTrue(code == 200);
|
||||
String message = jsonObject.get("message").getAsString();
|
||||
Assert.isTrue(code == 200, message);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user