摘要: 微信开发文档:https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Template_Message_Interface.html 1、新增模板接口: 1 // 构造方法 get() set()都没写 2 public 阅读全文
posted @ 2020-06-04 11:15 DDiamondd 阅读(2190) 评论(0) 推荐(0) 编辑
摘要: 即网页授权(微信开发文档:https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_webpage_authorization.html) 准备工作:(在自己的公众号里面进行设置) 微信公众号-自定义菜单 1、引导用户进入 阅读全文
posted @ 2020-06-04 09:52 DDiamondd 阅读(901) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1nb411P76t?p=12 微信开发文档:https://developers.weixin.qq.com/doc/offiaccount/Custom_Menus/Creating_Custom-Defined_Menu.htm 阅读全文
posted @ 2020-06-04 09:21 DDiamondd 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 1、String类型的时间转换成Data 1 String d1 = "2020-06-04 08:07:00"; 2 SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); // 参数要与需要转换的时间的 阅读全文
posted @ 2020-06-04 08:27 DDiamondd 阅读(270) 评论(0) 推荐(0) 编辑
TOP