node-webot / co-wechat-api

Wechat API. Support Async Functions
Other
724 stars 170 forks source link

sendTemplate 能优化下支持第一个参数为object options? #124

Open akebe opened 4 years ago

akebe commented 4 years ago

不觉得现在的固定参数模式很不科学吗,写错一个顺序就不行,直接

api.sendTemplate({
  openid, 
  templateId, 
  url, 
  topColor,
  data
});

多直观