当前位置:网站首页>Anti climbing means cracking the second
Anti climbing means cracking the second
2022-07-07 23:38:00 【m0_ thirty-seven million eight hundred and eighty-one thousand 】
I still need to study this thing carefully .
And the method of the request :get And post The difference between .
Bury a pit .
import requests
url = "https://open.---------------.com/api/afterSales/complaintRefund/inDeal/qryDealingComplaints"
headers = {
"accept": "application/json",
"accept-language": "zh-CN,zh;q=0.9",
"content-type": "application/json;charset=UTF-8",
"idempotencyid": "2520b1ff-d687-4bff-a018-3e1a7d4527ea",
"sec-ch-ua": "\" Not;A Brand\";v=\"99\", \"Google Chrome\";v=\"97\", \"Chromium\";v=\"97\"",
"sec-ch-ua-mobile": "?0",
"sec-ch-ua-platform": "\"Windows\"",
"sec-fetch-dest": "empty",
"sec-fetch-mode": "cors",
"sec-fetch-site": "same-site",
"terminaltype": "4",
"token": "0x77cc9506246a00eed3467c834ac93f",
"referer": "https://teacher.shiguangkey.com/"
}
data = "{\"pageIndex\":1,\"pageSize\":10,\"queryDealingStatus\":\"1\",\"hideFooter\":\"1\",\"hideHeader\":\"1\",\"hideMenu\":\"1\",\"system\":\"taoli\",\"token\":\"0x77cc9506246a00eed3467c834ac93f\",\"headmasterId\":\"\",\"creatorId\":\"\",\"dealDistributeId\":\"\",\"complaintReasonType\":\"\",\"complaintReasonSubdivide\":\"\",\"dealDistributeIdType\":\"1\",\"userInfoType\":\"\"}"
response = requests.post(url, headers=headers, data=data)
print(response.json())
边栏推荐
- B_QuRT_User_Guide(40)
- C method question 2
- 【7.4】25. K 个一组翻转链表
- Interface
- ASP. Net query implementation
- Display the server hard disk image to the browser through Servlet
- Dependency injection 2 advantage lifecycle
- List. How to achieve ascending and descending sort() 2020.8.6
- 欢聚时代一面
- LM12丨Rolling Heikin Ashi二重K线滤波器
猜你喜欢
Flash encryption process and implementation of esp32
Extended tree (I) - graphic analysis and C language implementation
MySQL Index Optimization Practice II
[stm32+esp8266 connects to Tencent cloud IOT development platform 3] stm32+esp8266-01s dynamically registers devices on Tencent cloud (at instruction mode) -- with source code
Markdown
给出一个数组,如 [7864, 284, 347, 7732, 8498],现在需要将数组中的数字拼接起来,返回「最大的可能拼出的数字」
B_ QuRT_ User_ Guide(36)
2022 certified surveyors are still at a loss when preparing for the exam? Teach you how to take the exam hand in hand?
【实验分享】通过Console口登录到Cisco设备
伸展树(一) - 图文解析与C语言实现
随机推荐
Dependency injection
Boost regex library source code compilation
0-1背包问题
How can we make money by making video clips from our media?
Solution of intelligent supply chain collaboration platform in electronic equipment industry: solve inefficiency and enable digital upgrading of industry
给出一个数组,如 [7864, 284, 347, 7732, 8498],现在需要将数组中的数字拼接起来,返回「最大的可能拼出的数字」
postgis学习
【leetcode】day1
B / Qurt Utilisateur Guide (36)
Live-Server使用
【7.4】25. Turn over the linked list in groups of K
SAP HR labor contract information 0016
谷歌浏览器怎么登录及开启同步功能
Senior programmers must know and master. This article explains in detail the principle of MySQL master-slave synchronization, and recommends collecting
Mobile heterogeneous computing technology - GPU OpenCL programming (basic)
Three questions TDM
电子设备行业智能供应链协同平台解决方案:解决低效, 赋能产业数字化升级
Class C design questions
Caip2021 preliminary VP
C method question 2