文本模板填充器

使用 { { 变量 } } 语法,自动识别变量并支持批量填充。

变量: {{name}}, {{order_id}}, {{date}}
填充数据
1
结果
你好,{{name}}!你的订单 {{order_id}} 已发货,预计 {{date}} 送达。