- 博客(2)
- 收藏
- 关注
原创 java 微信支付吊起 验签等源码
微信支付自己以前没做过微信支付的时候很是迷茫,现把2020最新附上,直接上代码吊起支付public JsonResult wxPay(String ids) throws Exception { double total = 0; //这里更具自己需求自定义就好可忽略 String[] orderIds = ids.split(","); for(int i = 0;i<orderIds.length;i++) { Order order = this.orderSer
2020-12-16 14:02:34 334
原创 java 微信支付验签失败遇到的坑
微信支付遇到的坑微信支付完成后吊起报错签名失败,而签名参数多次重复确认后都没问题就是签名失败public JsonResult wxPay(String ids) throws Exception { double total = 0; String[] orderIds = ids.split(","); for(int i = 0;i<orderIds.length;i++) { Order order = this.orderService.getOrderById(I
2020-12-16 13:50:09 930 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人