namespace IM_API.Interface.Services { public interface ISequenceIdService { /// /// 创建消息序号 /// /// 聊天唯一标识/param> /// Task GetNextSquenceIdAsync(string streamKey); } }