摘要: 微信小程序文档中使用的json数据使用java方法创建, 本来我是这么创建的 String first = ""; /*这里的模板消息要注意最后一个需要把逗号去掉,前面的需要加上逗号*/ keyword1 = "... 阅读全文
posted @ 2019-01-03 13:57 anliex 阅读(54) 评论(0) 推荐(0)
摘要: 小程序 效果图 文章引用于: http://dy.163.com/v2/article/detail/DR1H8P840511AOT5.html 阅读全文
posted @ 2019-01-03 11:51 anliex 阅读(185) 评论(0) 推荐(0)
摘要: Map map = new HashMap(); map.put("success", "true"); map.put("photoList", photoList); map.put("current... 阅读全文
posted @ 2019-01-03 11:03 anliex 阅读(9) 评论(0) 推荐(0)