Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
d1fb9d83
Commit
d1fb9d83
authored
Jul 14, 2021
by
王悦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix monitor
parent
00fe9e74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
taskexecutor/app/base/db/task/tm/tmmonitormsg.js
+6
-3
No files found.
taskexecutor/app/base/db/task/tm/tmmonitormsg.js
View file @
d1fb9d83
...
@@ -23,10 +23,13 @@ class TmMonitorMsgTask extends TaskBase {
...
@@ -23,10 +23,13 @@ class TmMonitorMsgTask extends TaskBase {
"actionType"
:
"msgPushTask"
,
"actionType"
:
"msgPushTask"
,
}
}
try
{
try
{
var
url
=
settings
.
openapiUrl
()
+
"api/action/tmMonitor/springBoard"
;
let
urldev
=
"https://oapidev.gongsibao.com/open-task/"
+
"api/action/tmMonitor/springBoard"
;
var
rtn
=
await
this
.
restclient
.
execPost
(
obj
,
url
);
let
urlprod
=
"https://oapi.gongsibao.com/open-task/"
+
"api/action/tmMonitor/springBoard"
;
var
rtndev
=
await
this
.
restclient
.
execPost
(
obj
,
urldev
);
var
rtn
=
await
this
.
restclient
.
execPost
(
obj
,
urlprod
);
console
.
log
(
rtndev
);
console
.
log
(
rtn
);
console
.
log
(
rtn
);
return
rtn
;
return
system
.
getResultSuccess
()
;
}
catch
(
error
)
{
}
catch
(
error
)
{
console
.
log
(
error
);
console
.
log
(
error
);
return
null
;
return
null
;
...
...
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