企业列表出来了

master
法外狂徒张三 2024-09-07 20:24:22 +08:00
parent 833e1c8df5
commit ecded02a88
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class AliPayController {
httpResponse.getWriter().flush();
httpResponse.getWriter().close();
return Result.success(aliPay);
return Result.success(form);
}
@PostMapping("/notify") // 注意这里必须是POST接口