alien365
alien365
i changed the code,like this: ``` # 设置请求体数据 payload` = {"ids": ["4c8c26f44caf11f09d990242ac140006"]} try: # 发送DELETE请求 response = requests.delete( url, headers=headers, data=payload, # 使用json参数自动序列化为JSON并设置Content-Type timeout=300 # 设置超时时间 ) ``` but the...
@xinzhuang yes,that is my new question ,thanks very much by the way,the reason of this problem is my local environment maybe firewall or encryption software in linux server delete api...
the reason of this problem is local environment maybe firewall or encryption software