Skip to content

Instantly share code, notes, and snippets.

@bluemoon2014
Created April 21, 2018 11:44
Show Gist options
  • Save bluemoon2014/5e1aace2b0cad005a3307afa2cb37cf5 to your computer and use it in GitHub Desktop.
Save bluemoon2014/5e1aace2b0cad005a3307afa2cb37cf5 to your computer and use it in GitHub Desktop.
设置后门
if (req.method == "GET") {
req.headers["token"] = tokenTemp.toString();
}else{
req.body.token = tokenTemp.toString();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment