test.http 381 B

1234567891011121314151617
  1. POST http://110.42.102.94:8000/api/templates/render
  2. Content-Type: application/json
  3. {
  4. "template_id": "wash_recommend",
  5. "parameters": {
  6. "hour": "12",
  7. "season": "夏季",
  8. "city": "北京",
  9. "program_name": "快速洗",
  10. "feature_name": "日常衣物",
  11. "temperature": "12",
  12. "weather": "多云",
  13. "user_count": "12",
  14. "user_proportion": "0.12"
  15. }
  16. }