11
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
using MyCode.Project.Infrastructure.JackYun;
|
||||
using System.Collections.Generic;
|
||||
using System;
|
||||
|
||||
namespace MyCode.Project.Services
|
||||
{
|
||||
@@ -6,11 +8,19 @@ namespace MyCode.Project.Services
|
||||
{
|
||||
JackyunResponse Call(string method, string version, BaseRequestBizData bizData);
|
||||
|
||||
///// <summary>
|
||||
///// 订单查询
|
||||
///// </summary>
|
||||
|
||||
//string testTradeFullInfoGet();
|
||||
|
||||
/// <summary>
|
||||
/// 订单查询
|
||||
/// </summary>
|
||||
|
||||
string testTradeFullInfoGet();
|
||||
/// <param name="now">截止日期</param>
|
||||
/// <returns></returns>
|
||||
/// <exception cref="BaseException"></exception>
|
||||
List<TradesItem> testTradeFullInfoGet(DateTime now);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user