-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
toNewsJson后获得json数据如下
{ "msgtype":"news", "news":{ "articles":{ "list":[ { "description":"描述", "picUrl":"xxxxx", "title":"标题", "url":"http://www.baidu.com" } ] } }, "touser":"xxxxx" }
官方文档为
{ "touser":"OPENID", "msgtype":"news", "news":{ "articles": [ { "title":"Happy Day", "description":"Is Really A Happy Day", "url":"URL", "picurl":"PIC_URL" }, { "title":"Happy Day", "description":"Is Really A Happy Day", "url":"URL", "picurl":"PIC_URL" } ] } }
articles这一层是JSONArray,不需要再封装一层list。
然后感谢作者,减少了我好多工作量!
Metadata
Metadata
Assignees
Labels
No labels