-
Co-authored-by: Cursor <cursoragent@cursor.com>
-
- Updated the .env.production file to set the base API and WebSocket URLs for the testing environment. - Commented out the production URLs for clarity and future reference. - Removed the deprecated CSS file from the dist directory to clean up the project structure.
-
- Deleted an obsolete SQL file related to member information table modifications. - Removed a hidden character from the ExcelImportHelper.cs file for cleaner code.
-
- Updated file upload methods to first save files locally before uploading to OSS. - Added new methods for handling Base64 image uploads with local storage and OSS integration. - Improved error handling and logging for file upload processes. - Updated appsettings.json to include LocalFileBaseUrl for local file access.
-
- 新增转卡接口,支持会员品项转移 - 转卡操作同时处理退卡和开卡记录 - 支持健康师和科技部老师业绩数据处理 - 新增库存管理和库存使用记录功能 - 新增学习班级和学习记录管理功能 - 删除CommonStatus枚举,统一使用StatusEnum - 完善转卡接口的XML文档和示例
-
…ce LqEventUser DTO with StoreId; implement Excel import functionality for LqEvent users; add UploadBase64Image method in FileService for user signature uploads.