namespace Application.Domain; public interface IGameMallService { Task> GetMallData(int area, string type, int page, int limit, RefAsync total); Task GetMallInfo(string mallId); Task AddLog(game_mall mall, string userId, int count); }