Update 云筑工匠.py

This commit is contained in:
zjk2017
2024-07-20 16:01:15 +08:00
committed by GitHub
parent 568bd57271
commit 724aca7882

View File

@@ -54,7 +54,7 @@ def watchad(cookie):
}
# print(json)
response = requests.post(url, headers=headers,json=json)
print(response.text)
#print(response.text)
res=response.json()
errorCode=res['code']
message=res['message']