腾讯微信免费图床,不需Cookie
已锁定
即刻图床
-
上传接口:https://openai.weixin.qq.com/weixinh5/webapp/h774yvzC2xlB4bIgGfX2stc4kvC85J/cos/upload
import requests url = "https://openai.weixin.qq.com/weixinh5/webapp/h774yvzC2xlB4bIgGfX2stc4kvC85J/cos/upload" payload={} files=[ ('media',('PNG.png',open('PNG.png','rb'),'image/png')) ] headers = { 'Cookie': '' } response = requests.request("POST", url, headers=headers, data=payload, files=files) print(response.text)
-
-
-