using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Myshipping.Application { public interface ITaskManageAccessShareLinkService { /// /// 访问链接 /// /// 请求链接 /// 返回回执 Task AccessRollingNomination(string shareKey); } }