geshi 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "preject_list":[
  3. {
  4. "project_name":"pro1",
  5. "app_id":"app1",
  6. "config_server_pre":".../",
  7. "file_server_pre":".../",
  8. "pro_config":"config.json",
  9. "test_group_list":[
  10. {
  11. "test_group_name":"1",
  12. "test_version_list":{
  13. "dispatch_policy":"policy.json",
  14. "group":[
  15. {
  16. "group_name":"1",
  17. "file_list":["1","2"]
  18. },
  19. {
  20. "group_name":"2",
  21. "file_list":["1","2"]
  22. }
  23. ]
  24. }
  25. },{
  26. "test_group_name":"2",
  27. "test_version_list":{
  28. "dispatch_policy":"policy.json",
  29. "group":[
  30. {
  31. "group_name":"1",
  32. "file_list":["1","2"]
  33. },
  34. {
  35. "group_name":"2",
  36. "file_list":["1","2"]
  37. }
  38. ]
  39. }
  40. }
  41. ]
  42. }
  43. ]
  44. }