简要描述:
- 获取分站客服
请求URL:
GET/plugin.area-store.frontend.store.get-costom-service-by-store-id
参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| as_id | 是 | int | 分站id |
返回示例:
正确时返回:
{
result: 1,
msg: "获取分站客服设置成功",
data: {
link: "https://static.meiqia.com/dist/standalone.html?_=t&eid=65411"
}
}
错误时返回:
{
result: 0,
msg: "参数错误.",
data: [ ]
}
{
result: 0,
msg: "暂未设置客服.",
data: [ ]
}
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| link | string | 分站客服链接 |
备注:
- 更多返回错误代码请看首页的错误代码描述