client_test.json 639 B

12345678910111213141516171819202122232425
  1. {
  2. "excel_file_path": "../",
  3. "@excel_file_path": "excel文件相对路径",
  4. "describe_path": "../describe/",
  5. "@describe_path": "excel描述文件相对路径",
  6. "template_path": "./template/",
  7. "@template_path": "模板文件相对路径",
  8. "exclude_describe_files": [
  9. ],
  10. "@exclude_describe_files": "排除的描述文件列表",
  11. "export_files": [
  12. {
  13. "enable": true,
  14. "read_type": "type_cjson",
  15. "path": "./test_client_output/json/",
  16. "code_files": [
  17. {
  18. "enable": true,
  19. "read_type": "type_csharp",
  20. "path": "./test_client_output/cs/"
  21. }
  22. ]
  23. }
  24. ]
  25. }