Created
May 24, 2017 08:23
-
-
Save Zheaoli/85c94ad1863f2a8187807cae5d202588 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| response=resquests.post("sss",json=data) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
import requests
headers=[
{'content-type':"application/json"}
]
response=resquests.post("sss",json=data,headers=headers)