4.     使用模板、参数数组模式下单

 使用模板模式的区别在于,将content参数值修改为json格式字符串,包含两个参数:

 1) tempId, 模板id,提交模板申请时返回的id

 2)params,模板参数数组,参数顺序必须与提交模板申请时一致

 例如:{"params":["3333456",”aaa”,”bbb”,”ccc”],"tempId":943}