2025-07-04 10:47:18 +08:00
|
|
|
|
using MyCode.Project.Domain.Message.Response.Common;
|
2025-07-04 09:50:02 +08:00
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
|
|
|
|
|
|
namespace MyCode.Project.Services
|
|
|
|
|
|
{
|
2025-07-07 09:35:11 +08:00
|
|
|
|
public interface IJackYunService
|
2025-07-04 09:50:02 +08:00
|
|
|
|
{
|
2025-07-07 09:35:11 +08:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 订单查询
|
|
|
|
|
|
/// </summary>
|
2025-07-04 09:50:02 +08:00
|
|
|
|
|
2025-07-07 09:35:11 +08:00
|
|
|
|
string testTradeFullInfoGet();
|
2025-07-04 09:50:02 +08:00
|
|
|
|
}
|
|
|
|
|
|
}
|