Skip to content

duzhuoshanwai/smms-proxy-workers

Repository files navigation

smms-proxy-workers

使用 Cloudflare Workers 搭建 CORS Proxy

使用示例:

curl -X POST https://smms-proxy.duzhuo.icu \
  -H "Content-Type: multipart/form-data" \
  -H "Authorization: Basic {你的api_key}" \
  -F "smfile=@{你的图片路径}" \
  -F "format=json"
curl -X GET https://smms-proxy.duzhuo.icu/delete/{图片hash} \
  -H "Authorization: Basic {你的api_key}" 

具体定义参考:https://doc.sm.ms/#api-Image-Upload

About

使用 Cloudflare Workers 搭建 CORS Proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published