Commit d3e14277 authored by xc's avatar xc

shiro 拦截规则

parent 8f405912
...@@ -171,7 +171,9 @@ public class AliPayServiceImpl implements AliPayService { ...@@ -171,7 +171,9 @@ public class AliPayServiceImpl implements AliPayService {
*/ */
@Override @Override
public void aliPayCallBack(HttpServletResponse response, HttpServletRequest request) throws Exception { public void aliPayCallBack(HttpServletResponse response, HttpServletRequest request) throws Exception {
log.info("进入支付宝回调接口 begin ....... ");
PrintWriter out = response.getWriter(); PrintWriter out = response.getWriter();
log.info("进入支付宝回调接口 out ....... {}",out);
System.out.println("进入支付宝回调"); System.out.println("进入支付宝回调");
//获取支付宝POST过来反馈信息 //获取支付宝POST过来反馈信息
Map<String, String> params = convertRequestParamsToMap(request); // 将异步通知中收到的待验证所有参数都存放到map中 Map<String, String> params = convertRequestParamsToMap(request); // 将异步通知中收到的待验证所有参数都存放到map中
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment