This commit is contained in:
雷欧(林平凡)
2025-01-22 16:32:00 +08:00
parent cf28b6c8ea
commit d95a7271c3
2 changed files with 2 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ public class JDUtil {
if (Util.isAnyEmpty(appKey,secretKey)){
continue;
}
logger.info("实时订单 {} ",appKey.substring(appKey.length()-4));
//logger.info("实时订单 {} ",appKey.substring(appKey.length()-4));
UnionOpenOrderRowQueryResponse response = fetchOrdersForDateTime(lastMinute, true, 1, true,appKey,secretKey); // 真实代表实时订单
if (response != null) {