DataMaintenance
parent
a50c7c6bc3
commit
41da580f57
|
|
@ -64,6 +64,11 @@ namespace OpenAuth.WebApi.Controllers.ServiceControllers.FireManagement
|
|||
}
|
||||
return response;
|
||||
}
|
||||
/// <summary>
|
||||
/// 获取站点信息
|
||||
/// </summary>
|
||||
/// <param name="siteId"></param>
|
||||
/// <returns></returns>
|
||||
[HttpGet]
|
||||
[AllowAnonymous]
|
||||
public async Task<Response<dynamic>> GetSiteInfo(long siteId)
|
||||
|
|
|
|||
Loading…
Reference in New Issue