解决文案:
response = requests.post(url, data=payload, json=None, headers=headers,verify=False)print(response.text)