|
|
@@ -75,7 +75,7 @@ public class OrderNotifyController {
|
|
|
return "error";
|
|
|
}
|
|
|
|
|
|
- @PostMapping(value = "/payNotify", produces = "application/xml")
|
|
|
+ @PostMapping(value = "/order/weixin", produces = "application/xml")
|
|
|
@ResponseBody
|
|
|
public String wxNotify(@RequestBody String xmlData) throws WxPayException {
|
|
|
log.info("微信支付回调: {}", xmlData);
|