import urllib3urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) #忽略警告
aa=requests.post(url,headers=head1,data=ap1,verify=False)