fix: 修复 Client 工程编译报错问题
This commit is contained in:
parent
955f65a7aa
commit
a0509aea4b
|
@ -56,4 +56,18 @@ public class AdminService : IBootstrapAdminService
|
|||
}
|
||||
return Task.FromResult(ret);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="userName"></param>
|
||||
/// <param name="url"></param>
|
||||
/// <param name="blockName"></param>
|
||||
/// <returns></returns>
|
||||
/// <exception cref="NotImplementedException"></exception>
|
||||
public bool AuhorizingBlock(string userName, string url, string blockName)
|
||||
{
|
||||
// Client 暂时未使用
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue