基于角色授权

  1. // 1【授权】、这个很简单,其他什么都不用做, 只需要在API层的controller上边,增加特性即可,注意,只能是角色的:
  2. //[Authorize(Roles = "Admin,System")]