Selaa lähdekoodia

公众号支付

xiongzhu 4 vuotta sitten
vanhempi
commit
40cffb9e96

+ 1 - 1
src/main/java/com/izouma/nineth/web/OrderNotifyController.java

@@ -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);