Commit 0d09da24 by 泽锋 李

fix

parent 46800b2a
...@@ -94,8 +94,9 @@ namespace AutoTurnOver.Utility ...@@ -94,8 +94,9 @@ namespace AutoTurnOver.Utility
CompanyId = companyId??"1" CompanyId = companyId??"1"
}; };
//服务配置获取失败直接赋值给url进行日志记录若解决获取配置问题可取消注释 源码:var url = ConfigManagerConf.GetValue("BrowseLogSetting:Url"); //服务配置获取失败直接赋值给url进行日志记录若解决获取配置问题可取消注释 源码:
var url = "http://saas.admin.bailuntec.com/Api/Ssoadmin/operationloginfo/addoperationloginfo"; var url = ConfigHelper.GetValue("BrowseLogSetting:Url");
//var url = "http://saas.admin.bailuntec.com/Api/Ssoadmin/operationloginfo/addoperationloginfo";
var logRes = PostAsync<AddOperationLogInfoInput, AddOperationLogInfoOutput>(url, input); var logRes = PostAsync<AddOperationLogInfoInput, AddOperationLogInfoOutput>(url, input);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment