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.

39 lines
585 B

12 months ago
12 months ago
12 months ago
  1. # 测试指令
  2. ## 测试页面
  3. ### 读取配置
  4. ```json
  5. {
  6. "messageType": "Command",
  7. "fnName": "getTestPageCfgInfo",
  8. "className": "TestPageMgrService",
  9. "messageId":"1234",
  10. "timeStamp": 1234
  11. }
  12. ```
  13. ### 启动上报
  14. ```json
  15. {
  16. "messageType": "Command",
  17. "fnName": "startReportState",
  18. "className": "TestPageMgrService",
  19. "messageId":"1234",
  20. "timeStamp": 1234
  21. }
  22. ```
  23. ### 停止上报
  24. ```json
  25. {
  26. "messageType": "Command",
  27. "fnName": "stopReportState",
  28. "className": "TestPageMgrService",
  29. "messageId":"1234",
  30. "timeStamp": 1234
  31. }
  32. ```