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