| | |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using Microsoft.AspNetCore.Builder; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | |
| | | WebResponseContent GetCurrentUserInfo(); |
| | | |
| | | WebResponseContent ModifyPwd(string oldPwd, string newPwd); |
| | | |
| | | /// <summary> |
| | | /// ç»å端è¿åç¨æ·è¡¨ï¼æ´å
·idçä¸ååºåç±»å«2=è´¨æ£ç»ï¼3=çµæ°ç»ï¼4=æºæ¢°ï¼5=å°æ² |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent GetUerType(); |
| | | |
| | | |
| | | /// <summary> |
| | | /// æ ¹æ®ç¨æ·æ¥å³å®æ¥çå½åä½ä¸çæé |
| | | /// </summary> |
| | | /// <param name="type"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent PermissionView(int userId, string group); |
| | | |
| | | |
| | | /// <summary> |
| | | /// ä¸ä¼ ç¨æ·å¤´å |
| | | /// </summary> |
| | | /// <param name="files"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent UploaDavatar(List<IFormFile> files, int userId); |
| | | |
| | | } |
| | | } |