摘要: 过滤器: public class CheckLoginFilter : ActionFilterAttribute { public override void OnActionExecuting(ActionExecutingContext filterContext) { // 1、允许匿名访 阅读全文
posted @ 2022-05-30 12:38 bxzjzg 阅读(23) 评论(0) 推荐(0) 编辑
摘要: Base64和图片转换 public class FileHelper { /// <summary> /// 通过路径获取文件并处理成Base64 /// </summary> /// <param name="filePath">图片路径</param> /// <param name="isV 阅读全文
posted @ 2022-05-30 10:30 bxzjzg 阅读(122) 评论(0) 推荐(0) 编辑