}
}
public static void testGetRelationShip() {
try {
DoubanShuoService service = new DoubanShuoService();
DoubanShuoService.DoubanShuoRelation relation = service.getRelationship("xxx", "xxx", DefaultConfigs.API_KEY);
if (relation == DoubanShuoService.DoubanShuoRelation.FollowingOnly) {
System.out.println("following");
} else if (relation == DoubanShuoService.DoubanShuoRelation.BeFollowedOnly) {
System.out.println("followed by");
} else if (relation == DoubanShuoService.DoubanShuoRelation.Friend) {