|
|
|
@ -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); |
|
|
|
|