node-webot / co-wechat-api

Wechat API. Support Async Functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

akebe opened this issue · comments

commented

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

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

多直观