Commit e9cce464 authored by kewei.jia's avatar kewei.jia

修改钉钉的推送地址

parent 9f0273b8
...@@ -39,7 +39,7 @@ const dingTalkPush = async function (item) { ...@@ -39,7 +39,7 @@ const dingTalkPush = async function (item) {
}, },
} }
const res = await awaitRequest({ const res = await awaitRequest({
url: 'https://oapi.dingtalk.com/robot/send?access_token=8e0cdbbb980da00a2c56fdf1724692f8cb4daa0c5d6d90b02c739b4dbd05464d', url: 'https://oapi.dingtalk.com/robot/send?access_token=473e49a1b6d4952e2306e0a8e530573384a6340052c40365a141b30757fd0997',
method: 'POST', method: 'POST',
headers: { headers: {
'Content-Type': 'application/json;charset=utf-8', 'Content-Type': 'application/json;charset=utf-8',
......
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