username@email.com
2024-10-08 d9a1f2e7ffce03e84a9548d7c99c81e1d34ac474
cylsg/EzUpFile/UpFileController.cs
@@ -78,7 +78,7 @@
        public async Task<object> IaiAddPersoBase64([FromServices] IEzFileUploadService fileUploadService, UpDataFileData param)
        {
            if (string.IsNullOrEmpty(param.imgBase64))
                throw Oops.Oh("没有文件类容");
                throw Oops.Oh("没有文件内容");
            if (string.IsNullOrEmpty(param.Name))
                throw Oops.Oh("没有姓名");
            if (string.IsNullOrEmpty(param.CordId))