通过阿里国际站账号的阿里国际站账号id获取该账号绑定的小满账号免登URL
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| seller_account_id | Number | 必须 | 111 | 阿里国际站账号id | |
| company_id | Number | 可选 | 222 | 客户公司id | |
| ali_cgs | Number | 可选 | 333 | 先富系统ali_cgs | |
| origin | String | 必须 | pc | 渠道来源(桌面端: pc, pwa : pwa) | |
| version | String | 可选 | 1.0.1 | API版本号 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| error_desc | String | success | 错误信息 |
| success | Boolean | true | 是否成功 |
| resp_code | String | 0 | 响应编码(0成功) |
| now | String | 2022-04-11 16:33:40 | 接口请求时间 |
| data | Data | 授权信息 | |
|
{"ali_cgs":333,"company_id":222,"origin":"pc","seller_account_id":111,"version":"1.0.1"}
{
"error_desc":"success",
"success":true,
"resp_code":"0",
"now":"2022-04-11 16:33:40",
"data":{
"expire":"1654767606",
"url":"https:\/\/crm.xiaoman.cn\/xxx",
"show_flag":true,
"auth_flag":true
}
}
{"success":"false","error_desc":"Illegal request","resp_code":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|---|---|
| isp.http-read-timeout | ||
| http-service-unknown-error |