| | |
| | | 锘縰sing Microsoft.AspNetCore.Mvc; |
| | | 锘縰sing Microsoft.AspNetCore.Builder; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | |
| | | /// </summary> |
| | | /// <param name="type"></param> |
| | | /// <returns></returns> |
| | | public WebResponseContent PermissionView(int userId, string group); |
| | | WebResponseContent PermissionView(int userId, string group); |
| | | |
| | | |
| | | /// <summary> |
| | | /// 涓婁紶鐢ㄦ埛澶村儚 |
| | | /// </summary> |
| | | /// <param name="files"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent UploaDavatar(List<IFormFile> files, int userId); |
| | | |
| | | } |
| | | } |