Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DataCenter_Core2.1_20190520
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bltdc
DataCenter_Core2.1_20190520
Commits
18866b11
Commit
18866b11
authored
Jun 19, 2021
by
guanzhenshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
任务列表增加密码和token功能
parent
681a4c37
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
taskcenter_tasklist.cs
Bailun.DC.Models/taskcenter_tasklist.cs
+4
-0
TaskCenterServices.cs
Bailun.DC.Services/TaskCenterServices.cs
+3
-0
No files found.
Bailun.DC.Models/taskcenter_tasklist.cs
View file @
18866b11
...
@@ -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>
///
///
...
...
Bailun.DC.Services/TaskCenterServices.cs
View file @
18866b11
...
@@ -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
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment