摘要: 发送json请求: import requests payload = { "参数1": "xxx", "参数2": "xxx", "参数3": "xxx" } # 使用json参数 resp_json = requests.post(url, headers=headers, json=paylo 阅读全文
posted @ 2025-03-18 14:18 Circle_Wang 阅读(24) 评论(0) 推荐(0)