I am trying to open the file and then sending it through requests. filename = 'test.xml' response = requests.post(api_url, data=json.dumps(open(filename) ...
確定! 回上一頁