Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tke-eos
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
tke-eos
Commits
f7b55239
Commit
f7b55239
authored
Jan 13, 2021
by
温海元
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add the robot
parent
4664ee7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
schedule.js
app/schedule.js
+2
-1
index.js
config/index.js
+3
-3
No files found.
app/schedule.js
View file @
f7b55239
...
...
@@ -69,7 +69,8 @@ const dingTalkPush = async function (item, is_recover) {
},
};
await
awaitRequest
({
url
:
'
https://oapi.dingtalk.com/robot/send?access_token=ac34acb1307a564e105269f8ff49d6da4b608bc019d444dc91a2738e8c2d32ee
'
,
// url: 'https://oapi.dingtalk.com/robot/send?access_token=ac34acb1307a564e105269f8ff49d6da4b608bc019d444dc91a2738e8c2d32ee',
url
:
'
https://oapi.dingtalk.com/robot/send?access_token=ee7db583af82f3bcc081fdb92d290c7d5c48c9171ebf2eb6f5699e31f6e1a754
'
,
method
:
'
POST
'
,
headers
:
{
'
Content-Type
'
:
'
application/json;charset=utf-8
'
,
...
...
config/index.js
View file @
f7b55239
...
...
@@ -14,9 +14,9 @@ module.exports = {
'
acs-batch
'
,
'
acs-web
'
,
'
acs-quartz
'
,
'
acs-service
'
,
'
pcm
'
,
'
vcc-talos
'
,
'
app-server
'
,
'
smart-recruitment-spyder
'
,
'
cash-loan-flow-report
'
,
'
egg-puppeteer
'
,
'
qa-platform
'
,
],
qaapiHost
:
'
http://qaapi.liangkebang.com
'
,
latestDingRobot
:
'
https://oapi.dingtalk.com/robot/send?access_token=
ac34acb1307a564e105269f8ff49d6da4b608bc019d444dc91a2738e8c2d32ee
'
,
latestDingRobot
:
'
https://oapi.dingtalk.com/robot/send?access_token=
ee7db583af82f3bcc081fdb92d290c7d5c48c9171ebf2eb6f5699e31f6e1a754
'
,
deleteTestSvcRobot
:
{
test
:
'
https://oapi.dingtalk.com/robot/send?access_token=
ac34acb1307a564e105269f8ff49d6da4b608bc019d444dc91a2738e8c2d32ee
'
,
dev
:
'
https://oapi.dingtalk.com/robot/send?access_token=
ac34acb1307a564e105269f8ff49d6da4b608bc019d444dc91a2738e8c2d32ee
'
,
test
:
'
https://oapi.dingtalk.com/robot/send?access_token=
ee7db583af82f3bcc081fdb92d290c7d5c48c9171ebf2eb6f5699e31f6e1a754
'
,
dev
:
'
https://oapi.dingtalk.com/robot/send?access_token=
ee7db583af82f3bcc081fdb92d290c7d5c48c9171ebf2eb6f5699e31f6e1a754
'
,
},
}
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