Commit 18866b11 by guanzhenshan

任务列表增加密码和token功能

parent 681a4c37
...@@ -30,6 +30,10 @@ namespace Bailun.DC.Models ...@@ -30,6 +30,10 @@ namespace Bailun.DC.Models
/// </summary> /// </summary>
public string account { get; set; } public string account { get; set; }
public string pwd { get; set; }
public string token { get; set; }
/// <summary> /// <summary>
/// ///
......
...@@ -287,6 +287,9 @@ namespace Bailun.DC.Services ...@@ -287,6 +287,9 @@ namespace Bailun.DC.Services
task_template_id = objTemplate.id, task_template_id = objTemplate.id,
urlpath = item.apiurl, urlpath = item.apiurl,
website = item.website, website = item.website,
pwd = item.pwd,
token = item.token,
}; };
cn.Insert(obj); cn.Insert(obj);
} }
......
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