2022/11/27

java微信支付

1.初始化jsapi 后台 /** * 获取微信JSAPI初始化配置 * @return */ @GetMapping("/getWxconfig") public Result getWxconfig(@RequestParam String url) throws NoSuchAlgorithmE…

  • java springboot 微信支付
  • 2022/11/27
  • 702
  • 2022/7/20

    Springboot 微信支付回调 获取post body里面的数据

     public  Result getPayNotify(HttpServletRequest request,@RequestBody JSONObject jsonObject ){         String signature = request.getHeader("Wechatpay-Signature"…

  • springboot 微信支付
  • 2022/7/20
  • 1,201