03 2020 档案
摘要:1、开启charles,运行pycharm发送https请求报以下错误 2、发送请求时,加上verify=False,即可解决 response = requests.post(url, headers=headers, params=data, verify=False) 3、再次运行会报如下提示
阅读全文
摘要:# coding=utf-8from faker import Fakerclass datas: def getData(self): fake = Faker("zh_CN") data = {} data["address"] = fake.address() data["barcode"]
阅读全文

浙公网安备 33010602011771号