test_005_AI绘图.yaml 707 B

12345678910111213141516171819202122232425262728293031323334
  1. -
  2. name: AI海报
  3. request:
  4. method: post
  5. url: /aicloud-api/xcdmx/interface/api/AlterAIController/crateRegionalLayoutAI
  6. headers:
  7. opertoken: ${read_yaml(token)}
  8. "Mi": ${genRat("/aicloud-api/xcdmx/interface/api/AlterAIController/crateRegionalLayoutAI")}
  9. json:
  10. batch_size: 1
  11. seq_id: ${get_random_string()}
  12. content: "操场上奔跑"
  13. extra_message: [
  14. {
  15. "key": "instances",
  16. "value": [
  17. "操场上奔跑"
  18. ]
  19. },
  20. {
  21. "key": "bboxes",
  22. "value": [
  23. [
  24. 0.45117,
  25. 0.45117,
  26. 0.54883,
  27. 0.54883
  28. ]
  29. ]
  30. }
  31. ]
  32. resolution_ratio: [1,1]
  33. validate:
  34. - contains: 200