小满内容页重定向跳转url获取
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
signature | String | 必须 | xxxxxxxxx | 签名 | |
account_id | Number | 必须 | 1 | 账号id | |
company_id | Number | 必须 | 1 | 店铺id |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | Data | 返回数据 | |
|
|||
success | Boolean | true | 是否成功 |
error_desc | String | 错误描述 | 错误描述 |
now | String | 2024-07-03 14:15:36 | 时间 |
resp_code | Number | 0 | 响应码 |
{"account_id":1,"company_id":1,"signature":"xxxxxxxxx"}
{ "data":{ "url":"https:www.xiaoman.com\/login\/123.html?redirect_url=https:\/\/wwww.xiaoman.com\/xxx", "status":1 }, "success":true, "error_desc":"错误描述", "now":"2024-07-03 14:15:36", "resp_code":0 }
{"success":"false","error_desc":"Illegal request","resp_code":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|