| | |
| | | * @param response |
| | | */ |
| | | @ResponseBody |
| | | @PostMapping("/base/appUser/addVipPaymentWeChatCallback") |
| | | @PostMapping("/base/pointMer/exchangeGoodPaymentWeChatCallback") |
| | | public void addVipPaymentWeChatCallback(HttpServletRequest request, HttpServletResponse response){ |
| | | try { |
| | | Map<String, String> map = payMoneyUtil.weixinpayCallback(request); |
| | |
| | | * @param response |
| | | */ |
| | | @ResponseBody |
| | | @PostMapping("/base/appUser/addVipPaymentAliCallback") |
| | | @PostMapping("/base/pointMer/exchangeGoodPaymentAliCallback") |
| | | public void addVipPaymentAliCallback(HttpServletRequest request, HttpServletResponse response){ |
| | | try { |
| | | Map<String, String> map = payMoneyUtil.alipayCallback(request); |