15 lines
288 B
C#
15 lines
288 B
C#
using MyCode.Project.Domain.Message.Response.Common;
|
|
using System.Collections.Generic;
|
|
|
|
namespace MyCode.Project.Services
|
|
{
|
|
public interface IJackYunService
|
|
{
|
|
/// <summary>
|
|
/// 订单查询
|
|
/// </summary>
|
|
|
|
string testTradeFullInfoGet();
|
|
}
|
|
}
|