fix: ssid查看
This commit is contained in:
@@ -64,7 +64,7 @@ public class SysWlanController extends BaseController {
|
|||||||
return R.ok(sysWlanService.getSsidDetail(siteId, wlanId, ssidId));
|
return R.ok(sysWlanService.getSsidDetail(siteId, wlanId, ssidId));
|
||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/ssids/{siteId}/")
|
@GetMapping("/ssids/{siteId}")
|
||||||
public R<List<WlanSimpleOpenApiVo>> getMacAuthSsids(@PathVariable(required = true) String siteId) {
|
public R<List<WlanSimpleOpenApiVo>> getMacAuthSsids(@PathVariable(required = true) String siteId) {
|
||||||
return R.ok(sysWlanService.getMacAuthSsids(siteId));
|
return R.ok(sysWlanService.getMacAuthSsids(siteId));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user