|
|
@@ -150,8 +150,9 @@ public class CallbackPayController extends BaseController { |
|
|
|
@AuthIgnore |
|
|
|
@ApiOperation("支付回调") |
|
|
|
@PostMapping(value = "/aliNotify") |
|
|
|
public Map<String,Object> _aliNotify(HttpServletRequest request, HttpServletResponse response) { |
|
|
|
public Map<String,Object> _aliNotify(Map<String,String> map,HttpServletRequest request, HttpServletResponse response) { |
|
|
|
logger.debug("[" + getIpAddr() + "] CallbackPayController::_aliNotify"); |
|
|
|
logger.info("ali支付回调结果通知1{}"+JSONObject.toJSONString(map)); |
|
|
|
|
|
|
|
Map< String , String > paranMap = new HashMap < String , String > (); |
|
|
|
Map requestParams = request.getParameterMap(); |
|
|
|