去掉匿名访问特性
parent
9dc89d0184
commit
71b72f0748
|
|
@ -930,7 +930,6 @@ namespace OpenAuth.WebApi.Controllers.ServiceControllers
|
|||
/// </summary>
|
||||
/// <param name="uavSn"></param>
|
||||
/// <returns></returns>
|
||||
[AllowAnonymous]
|
||||
[HttpGet]
|
||||
public async Task<Response<dynamic>> GetDockInfoByUavSn(string uavSn)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue