getDiagCommands 522 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "result": 1,
  3. "payload": [
  4. {
  5. "name": "投币",
  6. "id": "1001",
  7. "params": [
  8. {
  9. "name": "个数",
  10. "type": "input",
  11. "value": "5"
  12. }
  13. ]
  14. },
  15. {
  16. "name": "启动",
  17. "id": "1002",
  18. "params": [
  19. {
  20. "name": "时间",
  21. "type": "input",
  22. "value": "30"
  23. },
  24. {
  25. "name": "次数",
  26. "type": "input",
  27. "value": "1"
  28. }
  29. ]
  30. }
  31. ],
  32. "description": null
  33. }