using MyCode.Project.Domain.Message.Response.Common; using System.Collections.Generic; namespace MyCode.Project.Services { public interface IJackYunService { /// /// 订单查询 /// string testTradeFullInfoGet(); } }