This commit is contained in:
2025-08-23 16:27:17 +08:00
parent 97e85a054f
commit de4a33e00e
25 changed files with 1244 additions and 323 deletions

View File

@@ -1,10 +0,0 @@
using MyCode.Project.Infrastructure.JackYun;
namespace MyCode.Project.Services
{
public interface IJackYunService
{
JackyunResponse Call(string method, string version, BaseRequestBizData bizData);
}
}

View File

@@ -0,0 +1,10 @@
using MyCode.Project.Infrastructure.JackYun;
namespace MyCode.Project.Services
{
public interface ILiQiongHaiService
{
}
}

View File

@@ -0,0 +1,10 @@
using MyCode.Project.Infrastructure.JackYun;
namespace MyCode.Project.Services
{
public interface IYuyuboService
{
}
}

View File

@@ -0,0 +1,10 @@
using MyCode.Project.Infrastructure.JackYun;
namespace MyCode.Project.Services
{
public interface IZhuBinService
{
}
}