上下架时间API接口返回Api列表
上下架时间
请求地址
http://www.taoyanhao.com/Api/Rest.ashx?type=itemlisttime
请求参数
名称 | 类型 | 必须 | 描述 |
---|---|---|---|
uid | string | 是 | 网站会员id |
ticks | string | 是 | 13位时间戳,格式为1557052966760,API允许请求最大时间误差为10分钟。 |
id | string | 是 | 商品id |
token | string | 是 | 本次请求的签名,算法为:MD5(uid+ticks+id+secret)。
【secret在会员中心里,点此查看】 |
返回结果
失败时:
{ "success": false, "info": "非法请求" }
成功时:
{ "data": { "Title": "抓娃娃机小型家用投币迷你儿童夹公仔女孩网红扭蛋机糖果男孩玩具", "Price": "169.00", "Image": "https://gw.alicdn.com/tfscom/i4/3713831607/O1CN0196ItZI1Nk3DbnLLWH_!!3713831607.jpg", "Seller": "tb01236044", "ItemId": 658413642992, "ListTime": "2021-10-19 18:19:09", --上架时间 "DelistTime": "2022-06-28 18:19:09", --下架时间 "Msg": null }, "balance": "133761", "success": true, "api": "itemlisttime", "time": "2022/6/21 19:46:17" }
返回参数
名称 | 类型 | 描述 |
---|