You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

585 B

测试指令

测试页面

读取配置

{
    "messageType": "Command",
    "fnName": "getTestPageCfgInfo",
    "className": "TestPageMgrService",
    "messageId":"1234",
    "timeStamp": 1234
}

启动上报

{
    "messageType": "Command",
    "fnName": "startReportState",
    "className": "TestPageMgrService",
    "messageId":"1234",
    "timeStamp": 1234
}

停止上报

{
    "messageType": "Command",
    "fnName": "stopReportState",
    "className": "TestPageMgrService",
    "messageId":"1234",
    "timeStamp": 1234
}