--修改权限接口请求方式

master
程志刚 9 months ago
parent 6ee82a8a39
commit e0f381b367

@ -1198,7 +1198,7 @@ namespace IBKLinker_Minio.Controller.MinioController
/// <param name="FileName"></param> /// <param name="FileName"></param>
/// <param name="EmpowerType"></param> /// <param name="EmpowerType"></param>
/// <returns></returns> /// <returns></returns>
[HttpPost, Route("GetEmpower")] [HttpGet, Route("GetEmpower")]
public RequestEntity GetEmpower(string UserID, string FileName, string EmpowerType) public RequestEntity GetEmpower(string UserID, string FileName, string EmpowerType)
{ {
RequestEntity request = new RequestEntity(); RequestEntity request = new RequestEntity();

Loading…
Cancel
Save