Browse Source

结果导入

bjmzak
DESKTOP-G961P6V\Zhh 1 year ago
parent
commit
a836e4ab96
  1. 2
      src/Shentun.Peis.HttpApi.Host/Schedulers/ThirdInterfaceWorkerBase.cs

2
src/Shentun.Peis.HttpApi.Host/Schedulers/ThirdInterfaceWorkerBase.cs

@ -25,7 +25,7 @@ namespace Shentun.Peis.Schedulers
_isRunning = true;
try
{
Logger.LogInformation("Executed" + GetType().Name + "..!");
//Logger.LogInformation("Executed" + GetType().Name + "..!");
var appServiceHelper = new AppServiceHelper();
appServiceHelper.Login();
var thirdInterFaceForHostOutDto = appServiceHelper.CallAppService<object, ThirdInterFaceForHostOutDto>("api/app/ThirdInterface/GetList", null);

Loading…
Cancel
Save