检测站点基本接口
This commit is contained in:
@ -68,11 +68,11 @@ public class GSiteInfoController extends BaseController
|
||||
* 获取站点基础信息详细信息
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('ggroup:info:query')")
|
||||
@GetMapping(value = "/{id}")
|
||||
@GetMapping(value = "/{siteId}")
|
||||
@ApiOperation("获取站点基础信息详细信息")
|
||||
public AjaxResult getInfo(@PathVariable("id") Long id)
|
||||
public AjaxResult getInfo(@PathVariable("siteId") Long siteId)
|
||||
{
|
||||
return success(gSiteInfoService.selectGSiteInfoById(id));
|
||||
return AjaxResult.success(gSiteInfoService.selectGSiteInfoById(siteId));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user