企业列表出来了
parent
833e1c8df5
commit
ecded02a88
|
@ -65,7 +65,7 @@ public class AliPayController {
|
||||||
httpResponse.getWriter().flush();
|
httpResponse.getWriter().flush();
|
||||||
httpResponse.getWriter().close();
|
httpResponse.getWriter().close();
|
||||||
|
|
||||||
return Result.success(aliPay);
|
return Result.success(form);
|
||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("/notify") // 注意这里必须是POST接口
|
@PostMapping("/notify") // 注意这里必须是POST接口
|
||||||
|
|
Loading…
Reference in New Issue