• - Updated the file upload process to include image moderation before uploading to OSS.
    - Added configuration options for enabling/disabling image moderation and specifying the moderation service endpoint.
    - Enhanced the FileService to handle local file storage and moderation logic, ensuring compliance with content policies.
    - Updated .env and appsettings.json to reflect new configuration settings for the image moderation feature.
    “wangming” authored
     
    Browse Dir »








  • - Added GetCurrentUserAppModuleAuthorize method to IAuthorizeService
    - Implemented App permission logic in AuthorizeService based on user roles
    - Introduced GetAppAuthorize endpoint in UsersCurrentService (GET /api/permission/Users/Current/AppAuthorize)
    - Logic retrieves App module permissions categorized as 'App' from the permissions table
    - Admins receive all App permissions, while regular users receive permissions based on their roles
    - Returns a hierarchical structure of App permissions
    
    Additional updates:
    - Enhanced store dashboard features
    - Improved member-related functionalities
    - Updated style files
    “wangming” authored
     
    Browse Dir »
  • - 在IAuthorizeService接口中添加GetCurrentUserAppModuleAuthorize方法
    - 在AuthorizeService中实现根据用户角色获取App权限的逻辑
    - 在UsersCurrentService中添加GetAppAuthorize接口(GET /api/permission/Users/Current/AppAuthorize)
    - 权限获取逻辑:根据用户角色从权限表中获取Category为'App'的模块权限
    - 管理员返回所有App权限,普通用户返回角色权限
    - 返回树形结构的App权限列表
    
    其他修改:
    - 更新门店看板相关功能
    - 更新会员相关功能
    - 更新样式文件
    “wangming” authored
     
    Browse Dir »
  • 李宇 authored
     
    Browse Dir »
  • 李宇 authored
     
    Browse Dir »
  • - 更新LqXhHyhkService服务
    - 更新ConsumeItemDetailListOutput DTO
    - 更新开发环境配置
    “wangming” authored
     
    Browse Dir »
  • 李宇 authored
     
    Browse Dir »