Commit a152a638 by zhaihuitao

update

parent a8c60702
......@@ -21,9 +21,9 @@ def gettoken():
class TestGatlingAPI:
token = "Bearer" + " " + gettoken()
# token = "Bearer" + " " + gettoken()
headers = {
"authorization": token,
"authorization": "Bearer" + " " + gettoken(),
'Content-Type': 'application/json;charset=UTF-8'
}
......
{
"title_id": 20220359
"title_id": 20220360
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment