EventConditionConfig.json 336 B

12345678910111213141516171819202122232425262728
  1. {
  2. "configList": [
  3. {
  4. "ID": 1,
  5. "operation": 1
  6. },
  7. {
  8. "ID": 2,
  9. "operation": 1
  10. },
  11. {
  12. "ID": 11,
  13. "operation": null
  14. },
  15. {
  16. "ID": 12,
  17. "operation": null
  18. },
  19. {
  20. "ID": 101,
  21. "operation": null
  22. },
  23. {
  24. "ID": 102,
  25. "operation": null
  26. }
  27. ]
  28. }