mirror of
https://github.com/zjk2017/ArcadiaScriptPublic.git
synced 2025-12-19 00:14:35 +08:00
Update 云筑工匠.py
This commit is contained in:
2
云筑工匠.py
2
云筑工匠.py
@@ -54,7 +54,7 @@ def watchad(cookie):
|
|||||||
}
|
}
|
||||||
# print(json)
|
# print(json)
|
||||||
response = requests.post(url, headers=headers,json=json)
|
response = requests.post(url, headers=headers,json=json)
|
||||||
print(response.text)
|
#print(response.text)
|
||||||
res=response.json()
|
res=response.json()
|
||||||
errorCode=res['code']
|
errorCode=res['code']
|
||||||
message=res['message']
|
message=res['message']
|
||||||
|
|||||||
Reference in New Issue
Block a user