sharex短链接的问题
我很喜欢使用的一个工具教shareX,估计大家对其有不少了解 有一次我需要用这个短链接服务 找了百度的短链接服务 于是我就自己写了个sharex小配置
今天看到有人需要短链接的需求 于是就把我的这个配置分享出来
{
"Version": "12.4.1",
"Name": "baidushorturl",
"DestinationType": "URLShortener",
"RequestMethod": "POST",
"RequestURL": "https://dwz.cn/admin/v2/create",
"Headers": {
"Token": "这里换成你的百度token",
"Content-Type": "application/json; charset=UTF-8"
},
"Body": "JSON",
"Data": "{n "Url": "$input$",n "TermOfValidity": "long-term"n}",
"URL": "$json:ShortUrl$"
}
如何获取百度token 打开下面的链接:https://dwz.cn/console/userinfo 没有的就去生成,有的话,就复制,然后粘贴到上面的配置里面即可
接着导入到sharex中就好了
- Author: zhoujie
- Link: https://blog.zhoujie218.top/archives/950.html
- License: This work is under a 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. Kindly fulfill the requirements of the aforementioned License when adapting or creating a derivative of this work.