response.text

main
luanhailiang 2023-09-22 19:51:49 +08:00
parent 62a80cd000
commit 3eb207a388
1 changed files with 1 additions and 2 deletions

3
app.py
View File

@ -172,9 +172,8 @@ def post_request(url, data):
"Content-Type": "application/json"
}
response = requests.post(url, data=data,headers=headers)
print(response.text)
use += " post:"+str((time.time()*1000) - bgn + "ms")
print("post_request",use)
print("post_request",use,response.text)
# import pstats
# import cProfile