Skip to content

Instantly share code, notes, and snippets.

@tofusoup429
Created March 18, 2022 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tofusoup429/a25260755fb99a62ece10303eb1a3bee to your computer and use it in GitHub Desktop.
Save tofusoup429/a25260755fb99a62ece10303eb1a3bee to your computer and use it in GitHub Desktop.
let result_get = await axios.get(url, {params:params, headers:{Authorization:token}})
let result_post = await axios.post(url, params, {headers:{Authorization:token}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment