TestShop.java 272 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 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); } }