Browse Source

新需求

傅行帆 5 years ago
parent
commit
b6b10eff84

+ 6
- 0
src/main/java/com/huiju/estateagents/controller/WxPayController.java View File

46
         return responseBean;
46
         return responseBean;
47
     }
47
     }
48
 
48
 
49
+    /**
50
+     * 微信支付成功回调接口
51
+     * @param type
52
+     * @param request
53
+     * @return
54
+     */
49
     @RequestMapping(value = "/notify/{type}",method = RequestMethod.POST)
55
     @RequestMapping(value = "/notify/{type}",method = RequestMethod.POST)
50
     public String wxBillNotify(@PathVariable String type, HttpServletRequest request){
56
     public String wxBillNotify(@PathVariable String type, HttpServletRequest request){
51
         log.info("支付成功回调开始,支付类型是{}",type);
57
         log.info("支付成功回调开始,支付类型是{}",type);