|
@@ -185,7 +185,7 @@ public class OrderWechatPayController extends BaseController {
|
|
|
return "redirect:" + mainUrl + "mobile.html#/payresult/fail";
|
|
|
}
|
|
|
|
|
|
- @RequestMapping(value = {"/wechatPay/notify"}, method = RequestMethod.POST)
|
|
|
+ @RequestMapping(value = "/wechatPay/notify", method = RequestMethod.POST)
|
|
|
public void callback() {
|
|
|
log.warn("微信回调接口方法 start");
|
|
|
String inputLine = "";
|