1. fix opay api struct

This commit is contained in:
Jay
2018-08-11 12:58:34 +08:00
parent 55283ccf45
commit 1e834612cb
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ r.post('/youtube/webhook', getRaw, async (c, n) => {
resolve(res)
})
})
// console.log(JSON.stringify(data, null, 2))
console.log(JSON.stringify(data, null, 2))
try {
let ytid = data.feed.entry[0].id[0]