商家解绑员工¶
使用场景¶
用于供应商解除用户绑定
接口地址¶
- 测试环境: https://openapi.guanaitong.tech/seller/person/unbind
- 生产环境: https://openapi.guanaitong.com/seller/person/unbind
参数说明¶
-
公有参数
发送请求是必须传入公共参数,详见公共参数
-
私有参数
| 参数名称 | 是否必须 | 参数类型 | 长度限制 | 描述 |
|---|---|---|---|---|
| appid | 是 | string | 8 | appid |
| openId | 是 | string | [] | openId |
| timestamp | 是 | string | [10] | 时间戳,如1469691921 |
| sign | 是 | string | [] | 签名,见开放平台通用签名 |
请求示例¶
POST /seller/person/unbind HTTP/1.1
Host: openapi.guanaitong.tech
Content-Type: application/x-www-form-urlencoded
Cache-Control: no-cache
appid=10210123&sign=0ed7381358e8f3471e186804b1bee7e544ff9f59&
timestamp=1529046657&openId=1CC23B9B7BD964FA6CC37AC3CFBC806717C8B6F2
正确返回示例¶
返回码说明¶
| 返回码 | 描述 |
|---|---|
| 0 | 成功 |
| 1 | 该返回码不存在 |
| 2 | 解绑失败 |