Commit f7b55239 authored by 温海元's avatar 温海元

add the robot

parent 4664ee7d
...@@ -69,7 +69,8 @@ const dingTalkPush = async function (item, is_recover) { ...@@ -69,7 +69,8 @@ const dingTalkPush = async function (item, is_recover) {
}, },
}; };
await awaitRequest({ 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', method: 'POST',
headers: { headers: {
'Content-Type': 'application/json;charset=utf-8', 'Content-Type': 'application/json;charset=utf-8',
......
...@@ -14,9 +14,9 @@ module.exports = { ...@@ -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', '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', 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: { deleteTestSvcRobot: {
test: '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=ac34acb1307a564e105269f8ff49d6da4b608bc019d444dc91a2738e8c2d32ee', dev: 'https://oapi.dingtalk.com/robot/send?access_token=ee7db583af82f3bcc081fdb92d290c7d5c48c9171ebf2eb6f5699e31f6e1a754',
}, },
} }
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