|
|
@@ -112,7 +112,6 @@ public class CoinServiceImpl implements CoinService {
|
|
|
JSONObject response = requestApi4Common("/api/mix/v1/order/historyProductType", signQueryString, null, JsoupUtil.HTTP_GET, paramMap);
|
|
|
JSONArray orderList = response.getJSONObject("data").getJSONArray("orderList");
|
|
|
|
|
|
- System.out.println(LocalDateTime.now() + ":" + orderList.size());
|
|
|
for (int i = 0; i < orderList.size(); i++) {
|
|
|
JSONObject order = orderList.getJSONObject(i);
|
|
|
LocalDateTime cTime = DateUtils.longToLocalDateTime(order.getLong("cTime"));
|