简要描述:
请求URL:
https://www.98api.cn/api/sinaDwz.php
请求方式:
参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
url | 是 | string | 需要缩短的链接 |
请求示例
https://www.98api.cn/api/sinaDwz.php?url=https://www.98api.cn
返回示例
{
"short_url": "http://t.cn/AiYOc4M5",
"long_url": "https://www.98api.cn"
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
short_url | string | 缩短后的链接 |
long_url | string | 原长链接 |
备注