项目作者: zy84338719

项目描述 :
短网址 短地址
高级语言: Go
项目地址: git://github.com/zy84338719/shortlink.git
创建时间: 2020-05-08T12:01:31Z
项目社区:https://github.com/zy84338719/shortlink

开源协议:

下载


shortlink

golang 短地址

接口文档

1.生成短地址接口

  1. curl --location --request POST 'http://dwz.murphyyi.com/api/shorten' \
  2. --header 'Content-Type: application/json' \
  3. --data-raw '{
  4. "url": "http://www.baidu.com",
  5. "expiration_in_minutes": 10000
  6. }'

2.短地址还原接口

  1. curl --location --request GET 'http://dwz.murphyyi.com/api/info?shortUrl=B'

```

3.短地址访问-重定向(307)

  1. $ curl http://127.0.0.0.1:8080/8dxu

http://dwz.murphyyi.com/B