using MyCode.Project.Infrastructure.JackYun; using System.Collections.Generic; using System; namespace MyCode.Project.Services { public interface IJackYunService { JackyunResponse Call(string method, string version, BaseRequestBizData bizData); ///// ///// 订单查询 ///// //string testTradeFullInfoGet(); /// /// 订单查询 /// /// 截止日期 /// /// List testTradeFullInfoGet(DateTime now); } }