using DouyinApi.IServices.BASE; using DouyinApi.Model; using DouyinApi.Model.Models; using DouyinApi.Model.ViewModels; using System.Threading.Tasks; namespace DouyinApi.IServices { /// /// IWeChatPushLogServices /// public interface IWeChatPushLogServices : IBaseServices { } }