|
|
@@ -39,7 +39,7 @@ public class AggregateController {
|
|
|
private IpInterfaceService ipInterfaceService;
|
|
|
|
|
|
@PostMapping("/openApi")
|
|
|
- public BaseReturnDto<T> aggregate(@RequestBody AggregateRequest req) {
|
|
|
+ public BaseReturnDto<Object> aggregate(@RequestBody AggregateRequest req) {
|
|
|
String accountNo = req.getAccountNo();
|
|
|
String interfaceCode = req.getInterfaceCode();
|
|
|
IpAccountVO ipAccount = ipAccountService.queryByAccountNo(accountNo);
|