| | |
| | | |
| | | public static String APP_ID = "1864778416"; |
| | | public static String APP_KEY = "388f5133d13a5ea290aa5c44f3ebcc00"; |
| | | public static String SECRET_KEY = "e22367fc866746d98b50d47b4c521781"; |
| | | public static String SECRET_KEY = "85e7e72110564efab6e13d302a4419da"; |
| | | private static String SERVER_URL = "https://router.jd.com/api"; |
| | | |
| | | // public static long POSITION_FANLI = 1869704794L; |
| | | // public static long POSITION_SHARE = 1869542990L; |
| | | // public static long POSITION_COUPON = 1869704796L; |
| | | |
| | | // 订单查询类型 |
| | | public static int ORDER_TYPE_CREATETIME = 1;// 下单时间 |
| | |
| | | } |
| | | |
| | | public static void main(String[] args) { |
| | | List<Long> ids=new ArrayList<>(); |
| | | ids.add(100067115976L); |
| | | // JDFilter filter=new JDFilter(); |
| | | // filter.setKeyword("花卉"); |
| | | // filter.setPageIndex(1); |
| | | // filter.setPageSize(20); |
| | | // queryByKey(filter); |
| | | |
| | | long now = System.currentTimeMillis(); |
| | | |
| | | JDOrderResult result = JDApiUtil.getOrderList(1, 200, new Date(now), JDApiUtil.ORDER_TYPE_CREATETIME); |
| | | System.out.printf(result.toString()); |
| | | } |
| | | |
| | | } |