摘要: 1.查看微信官方文档了解大致流程:https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=7_1 2.获取openid流程: 第一步:用户同意授权,获取code,通过访问: 第二步:通过code换取网页授权access_token,获得acc 阅读全文
posted @ 2020-06-18 23:21 shouyaya 阅读(1037) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/jianglianye21/article/details/81743129?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-7.noneca 阅读全文
posted @ 2020-06-18 23:04 shouyaya 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 例子: 1.将Date类型从毫秒级变为秒级的: a.编写一个继承JsonSerializer的类: public class Data2LongSerializer extends JsonSerializer<Date> { @Override public void serialize(Date 阅读全文
posted @ 2020-06-18 10:14 shouyaya 阅读(1233) 评论(0) 推荐(0) 编辑