11
This commit is contained in:
@@ -3,12 +3,12 @@ using System.Collections.Generic;
|
||||
|
||||
namespace MyCode.Project.Services
|
||||
{
|
||||
public interface IJackYunService
|
||||
public interface IJackYunTaskService
|
||||
{
|
||||
/// <summary>
|
||||
/// 订单查询
|
||||
/// 调度运行抓吉客云销售订单
|
||||
/// </summary>
|
||||
|
||||
string testTradeFullInfoGet();
|
||||
/// <param name="now"></param>
|
||||
void TaskGetJackYunOrder(string now);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user