删除多余的文件

This commit is contained in:
2025-07-04 10:47:18 +08:00
parent 3d800dbd11
commit a9021bbc4c
206 changed files with 111 additions and 20392 deletions

View File

@@ -1,4 +1,5 @@
using MyCode.Project.Infrastructure.Common;
using MyCode.Project.Domain.Message.Request.JackYun;
using MyCode.Project.Infrastructure.Common;
using MyCode.Project.Infrastructure.JackYun;
using System;
@@ -65,8 +66,8 @@ namespace MyCode.Project.Services.Implementation
requestBizData.sourceTradeNos = "10,026,635,314";
requestBizData.shopIds = new long[] { 378761130654261100, 378761130654261100 };
JackyunResponse response = this.clientService.call(EnumAttribute.GetAttribute(ApiEnum.TRADEFULLINFOGET).Value, "", requestBizData);
Console.Out.WriteLine("订单查询接口响应信息=" + JsonUtils.ToJson(response));
//JackyunResponse response = Call(EnumAttribute.GetAttribute(ApiEnum.TRADEFULLINFOGET).Value, "", requestBizData);
//Console.Out.WriteLine("订单查询接口响应信息=" + JsonUtils.ToJson(response));
}
#endregion