@@ -46,6 +46,12 @@ public class WxPayController extends BaseController {
return responseBean;
}
+ /**
+ * 微信支付成功回调接口
+ * @param type
+ * @param request
+ * @return
+ */
@RequestMapping(value = "/notify/{type}",method = RequestMethod.POST)
public String wxBillNotify(@PathVariable String type, HttpServletRequest request){
log.info("支付成功回调开始,支付类型是{}",type);