一、easy-short-url 短网址

使用本库自建服务,自己决定跳转域名范围和使用场景
https://github.com/chenlongqiang/easy-short-url

我的短网址,演示地址

http://s.lukachen.com/web_admin

我的短网址,提供授权使用

由于跳转任意域名,可能造成法律风险,2021 年 1 月 1 日起提供授权使用,之前使用该服务的朋友尽快申请,将在 2021 年 1 月 7 日起停止未授权域名跳转。

我的短网址,申请模版

需使用 http://s.lukachen.com/web_admin 服务,请发邮件 365499684@qq.com 申请。如跳转域名合法,将会邮件回复授权码,并添加合法跳转域名
特别说明:

  • 我的短网址服务 s.lukachen.com 不对微信业务开放,因为微信分享非常容易封禁域名,影响到大家使用
  • 使用本库自建服务,自己决定跳转域名范围和使用场景

申请模版如下:

因 xxx 业务需求,要使用短链,要跳转的域名为 
lukachen.com
google.com
baidu.com

我的短网址,API

[方法] POST
[地址] http://s.lukachen.com/api_gen
[参数]
type:       to_short 或 to_long
content:    要缩短或还原的网址
access_key: 公用 access_key 为 esu (默认已添加 lukachen.com 域名为合法跳转域,可用该域名的地址测试)
[curl示例] 
curl -s -d "type=to_short&content=http://lukachen.com&access_key=esu" -X POST http://s.lukachen.com/api_gen