|
|
发表于 2023-9-15 23:26:12
|
显示全部楼层
本帖最后由 chinni 于 2023-9-15 23:30 编辑
shareX 自定义上传
别玩坏了哈哈哈
- {
- "Version": "15.0.0",
- "Name": "weixinyanxuan",
- "DestinationType": "ImageUploader",
- "RequestMethod": "POST",
- "RequestURL": "https://api.weixinyanxuan.com/mall/api/img/upload",
- "Headers": {
- "accept-locale": "9a504658fa7ed255bb35b7e741e199ca",
- "origin": "https://a.9q7.cn",
- "referer": "https://a.9q7.cn/",
- "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36"
- },
- "Body": "MultipartFormData",
- "Arguments": {
- "nonce": "pNzIebHA",
- "timestamp": "1694791329199"
- },
- "FileFormName": "file",
- "URL": "{json:data}"
- }
复制代码
 |
|