Junjie
2023-12-19 ffe2f5b08710b437006342612831926139b3195a
src/main/java/com/zy/core/thread/NyShuttleThread.java
@@ -342,6 +342,9 @@
        if (result == null) {
            return false;//请求失败
        }
        shuttleProtocol.setSendTime(System.currentTimeMillis());//指令下发时间
        return true;
    }