tcn短网址

接口地址: http://res.abeim.cn/api-dwz_tcn

返回格式: JS/JSON

请求方式: GET/POST

请求示例: http://res.abeim.cn/api-dwz_tcn?longurl=https%3a%2f%2fabeim.cn%2f%3fapi%3dres.abeim.cn%2fapi%26author%3d%e6%82%b2%e6%bc%a0

请求参数说明:

名称 必填 类型 说明
longurl 必填 String 输入长网址(特殊符号先url编码)
export 选填 String 输出格式
可选js/json
不填写默认json

响应参数说明:

名称 类型 说明
code Int 返回状态码
msg String 返回提示信息
longurl String 返回长网址
dwz String 返回短网址

返回示例(json):

{
    "code": 200,
    "msg": "ok",
    "longurl": "https://abeim.cn/?api=res.abeim.cn/api&author=悲漠",
    "dwz": "http://t.cn/A6Uxllg9"
}

错误码说明:

名称 类型 说明
code Int 返回的状态码
201:长网址空
202:网址格式错误
203:输出格式错误
100:系统异常
msg String 提示信息

代码示例:

暂无示例,等待添加

更新日志:

暂无示例,等待添加