Commit c831cec5 by guanzhenshan

解决获取不到员工信息的问题

parent 954e499f
......@@ -392,7 +392,7 @@ namespace Bailun.DC.Services
try
{
var url = "http://www.bailuntec.com/api/User/GetUser";
var url = "http://oa.bailuntec.com/api/User/GetUser";
var result = Common.HttpHelper.NetHelper.Request(url);
result = result.Substring(1);
......
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