首页 > 代码库 > requests post一个json数据
requests post一个json数据
# post一个json数据 import requests headers={ "Accept":"application/json, text/plain, */*", "Accept-Encoding":"gzip, deflate", "Accept-Language":"zh-CN,zh;q=0.8", "appkey":"8dc7959eeee2792ac2eebb490e60deed", "Connection":"keep-alive", "Content-Length":"107", "Content-Type":"application/x-www-form-urlencoded", "Host":"cq.gsxt.gov.cn", "Origin":"http://cq.gsxt.gov.cn", "Referer":"http://q.gsxt.gov.cn/xxgg/xxgg_list.html", "User-Agent":"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36", "X-Requested-With":"XMLHttpRequest" } data = { "json":‘‘‘{ "qc": { "noticetype": "12" }, "page": { "pagesize":"10", "currentpage":"1" } }‘‘‘ } url=‘http://cq.gsxt.gov.cn/gsxt/api/affichebase/queryList‘ response =requests.post(url,data = http://www.mamicode.com/data, headers=headers) # requests.post() print(response.text)
requests post一个json数据
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。