格式化代码

This commit is contained in:
黄志军
2021-11-15 11:43:15 +08:00
parent 5cde8a86fd
commit 1d02a04937
7 changed files with 668 additions and 76 deletions
+4
View File
@@ -71,6 +71,8 @@ const JD_API_HOST = 'https://api.m.jd.com/api';
message += "----\n\n"
}
console.log(message)
postToDingTalk(message)
message = "<font color=\'#FFA500\'>[通知] </font><font color=\'#006400\' size='3'>赚京豆</font> \n\n"
@@ -97,6 +99,8 @@ const JD_API_HOST = 'https://api.m.jd.com/api';
$.log('', `${$.name}, 失败! 原因: ${e}!`, '')
})
.finally(() => {
console.log(message)
postToDingTalk(message)
$.done();
})