|
|
@@ -69,7 +69,6 @@ public class PaymentController {
|
|
|
|
|
|
@ApiLog(value = "微信退款回调", ignoreParams = true)
|
|
|
@PostMapping("/refundNotify")
|
|
|
- @ResponseBody
|
|
|
String refundNotify(HttpServletRequest request, HttpServletResponse response) {
|
|
|
response.setContentType("text/xml");
|
|
|
Map<String, String> result = new HashMap<>();
|