liyiorg / weixin-popular

微信SDK JAVA (公众平台、开放平台、 商户平台、 服务商平台)
Apache License 2.0
2.5k stars 1.06k forks source link

TemplateMessage的setData和getData方法,用抽象的Map应该比LinkedHashMap更好吧 #123

Closed declan94 closed 6 years ago

declan94 commented 6 years ago

如题,为方便开发,接口给的参数数据类型应该用接口抽象,而非实现类。

liyiorg commented 6 years ago

主要是考虑到内容的排序问题,通常业务需求上是要求按有序排列显示的。