TestShop.java 272 Bytes

public class TestShop {

    public static void main(String[] args) {
//        UserClient userClient = new UserClient("dda", "http://user.1n4j.com/");
//        Shop shop = userClient.getShopService().getShopInfoById(1000L);
//        System.out.println(shop);
    }

}