接口列表
parent
b2ea4ddfff
commit
363ef322ed
|
@ -51,6 +51,7 @@ public class ConnectorController {
|
||||||
public Result getDeleteConnector(@RequestParam(name = "connectorId") Long connectorId){
|
public Result getDeleteConnector(@RequestParam(name = "connectorId") Long connectorId){
|
||||||
return connectorService.getDeleteConnector(connectorId);
|
return connectorService.getDeleteConnector(connectorId);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 上传图片
|
* 上传图片
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue