速度模板测试器 用于测试模板的UI / API API参考 参阅swagger 或swagger 关键参数: 端点: https://velocity-template-tester.herokuapp.com/api/expandTemplate : https://velocity-template-tester.herokuapp.com/api/expandTemplate 请求内容类型: application/json , application/x-yaml 响应内容类型: text/plain 样本JSON有效负载: { " template " : " Hello ${user} " , " parameters " : { " name " : " John Doe " } } 示例YAML有效载荷: template : Hello $