1212
This commit is contained in:
@@ -1584,14 +1584,7 @@
|
||||
// 回收时调用接口
|
||||
protected void Application_End(object sender, EventArgs e)
|
||||
{
|
||||
//调用接口
|
||||
string baseUrl = "https://fcl-test.basf-ypc.net.cn/api/api/DataSyncUserInfo/GetHrInfoList";
|
||||
BLL.Common.HttpHelper.HttpGetRequest(baseUrl);
|
||||
//var obj = JsonConvert.DeserializeObject<dynamic>(result);
|
||||
//if (obj.code == 200)
|
||||
//{
|
||||
// //成功
|
||||
//}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user