endian11
2020-09-08 2dcc5eeda40be50780a35977313dcf3d6d578389
1
2
3
4
5
6
7
8
9
10
11
package safeluck.drive.evaluation.platformMessage;
 
 
public class JKMessage0002 extends JK2019MessageBase {
    /**
     * 消息ID:0x0002。
     * 客户端在没有正常业务消息的情况下应按照参数设置的时间间隔定期向服务器端发送心跳消息以维持链路的连接,
     * 客户端心跳消息体数据为空。
     */
 
}