Commit d1732c0b by chongli

微信退款回调调试

parent e94caa48
......@@ -47,7 +47,7 @@ public abstract class AbstractNotifyController {
@ResponseBody
@RequestMapping(value = "/weiXinRefoundNotifyUrl", method = RequestMethod.POST)
public String weiXinRefoundNotifyUrl(@RequestBody String xml) throws Exception {
return this.getNotifyService().notifyForWeiXinPay(xml);
return this.getNotifyService().notifyForWeiXinRefound(xml);
}
}
......@@ -208,6 +208,8 @@ public abstract class AbstractNotifyService extends CorePaymentService {
public String notifyForWeiXinRefound(String xml) throws Exception{
logger.error("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa");
logger.error(xml);
Map<String,Object> notifyMap = WXUtil.doXMLParse(xml);
return null;
}
......
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 sign in to comment