fix:测试次数
parent
c4d3022b1b
commit
daa5043a8b
|
@ -42,11 +42,11 @@ public class ConnectorController {
|
|||
}
|
||||
|
||||
//TODO 根据id查询
|
||||
@PostMapping("/findApiById/{id}")
|
||||
@GetMapping("/findApiById/{id}")
|
||||
public Result<Connector> findApiById(@PathVariable(value = "id") Long id){
|
||||
return Result.success(connectorService.findApiById(id));
|
||||
}
|
||||
|
||||
//TODO 根据id查询
|
||||
/**
|
||||
* 资产列表
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue