update
This commit is contained in:
parent
c9c409c664
commit
4170748507
@ -15,7 +15,7 @@ const job = new CronJob(
|
||||
async () => {
|
||||
// 测试 http://zhao 的连通性
|
||||
request('http://zhao', (err, res, body) => {
|
||||
console.log(err, res)
|
||||
console.log(err, res.statusCode)
|
||||
})
|
||||
},
|
||||
null,
|
||||
|
Loading…
Reference in New Issue
Block a user