淘宝短链接解析API接口返回Api列表
淘宝短链接解析
请求地址
http://www.taoyanhao.com/Api/Rest.ashx?type=ShortUrlTaoJiexi
请求参数
名称 | 类型 | 必须 | 描述 |
---|---|---|---|
uid | string | 是 | 网站会员id |
ticks | string | 是 | 13位时间戳,格式为1557052966760,API允许请求最大时间误差为10分钟。 |
url | string | 否 | 淘宝短链接 |
token | string | 是 | 本次请求的签名,算法为:MD5(uid+ticks+url+secret)。
【secret在会员中心里,点此查看】 |
返回结果
失败时:
{ "success": false, "info": "非法请求" }
成功时:
{ "data": { "msg": "", "longUrl": "item.taobao.com/item.htm?id=658***642992" }, "balance": "8551", "success": true, "api": "ShortUrlTaoJiexi", "time": "2023/9/10 16:05:30" }
返回参数
名称 | 类型 | 描述 |
---|