|
@@ -112,25 +112,21 @@ public class WlnUtil {
|
|
|
return json.getJSONArray("data").toJavaList(JSONObject.class);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
- public static void main(String[] args) throws Exception {
|
|
|
- // List<JSONObject> skuList = getSkuList(1, 200);
|
|
|
- //
|
|
|
- // List<JSONObject> skuClassifyList = getSkuClassifyList();
|
|
|
- //
|
|
|
- // long endTime = System.currentTimeMillis();
|
|
|
- // long startTime = endTime - 1000 * 60 * 60 * 24;
|
|
|
- // List<JSONObject> orderList = getOrderList(1, 50, startTime, endTime, "B012");
|
|
|
-
|
|
|
- long endTime = System.currentTimeMillis();
|
|
|
- long startTime = endTime - 1000 * 60 * 60 * 24 * 7;
|
|
|
-
|
|
|
- List<JSONObject> outboundOrder = getOutboundOrder(0, 200, 1690367461000L, 1690367461000L);
|
|
|
-
|
|
|
- String s = JSONObject.toJSONString(outboundOrder);
|
|
|
- System.out.println();
|
|
|
- }
|
|
|
-
|
|
|
+ // public static void main(String[] args) throws Exception {
|
|
|
+ // List<JSONObject> skuList = getSkuList(1, 200);
|
|
|
+ //
|
|
|
+ // List<JSONObject> skuClassifyList = getSkuClassifyList();
|
|
|
+ //
|
|
|
+ // long endTime = System.currentTimeMillis();
|
|
|
+ // long startTime = endTime - 1000 * 60 * 60 * 24;
|
|
|
+ // List<JSONObject> orderList = getOrderList(1, 50, startTime, endTime, "B012");
|
|
|
+ //
|
|
|
+ // long endTime = System.currentTimeMillis();
|
|
|
+ // long startTime = endTime - 1000 * 60 * 60 * 24 * 7;
|
|
|
+ // List<JSONObject> outboundOrder = getOutboundOrder(0, 200, 1690367461000L, 1690367461000L);
|
|
|
+ //
|
|
|
+ // System.out.println();
|
|
|
+ // }
|
|
|
|
|
|
/**
|
|
|
* post请求
|