店铺解绑
需要验证签名
接口描述
店铺解绑。
提示
- 店铺解绑意味着您将销毁该店铺,该操作不可逆,请谨慎操作!
请求头
| Parameter | Type | Required | Description |
|---|---|---|---|
| Authorization | string | M | access_token |
| Content-Type | string | M | application/json |
请求参数
| Parameter | Type | Required | Description |
|---|---|---|---|
| client_id | string(64) | M | pp用户唯一标志 |
| store_id | string(64) | M | 店铺ID |
返回示例
- 成功
- 失败
{
"code": 200,
"message": "SUCCESS",
"data": null
}
{
"code": 901010,
"message": "user not exist",
"data": null
}
错误码
| 返回码 | 描述 | 解决方案 |
|---|---|---|
| 900000 | system error | 系统错误,请联系PingPong技术人员核查 |
| 900002 | illegal param | 参数有误,请根据提示更正信息 |
| 910001 | user not exist | client_id不存在,请核对后再次发起 |
| 940002 | store not exist | 检查store_id,请核对后再次发起 |