test.js 191 B

123456789
  1. const id = "7wNb0pHyGuI"
  2. const url = `http://127.0.0.1/watch?v=${id}`
  3. getVideoDetail(url)
  4. .then(res => {
  5. console.log(res);
  6. })
  7. .catch(e => {
  8. console.log(e);
  9. })