删除普通用户
简要描述
- 删除普通用户
请求URL
192.168.1.8:8888/user/deleteUser
请求方式
- POST
请求头
参数名 | 示例 | 必选 | 类型 | 说明 |
---|---|---|---|---|
x-token | xxxxxx | 是 | string | token |
Content-Type | application/json | 是 | string | Content-Type |
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
companyCode | 是 | string | 企业统一社会信用代码 |
userAccount | 是 | string | 用户账号 |
请求示例
{ "companyCode":"ZZJGD1637206643210", "userAccount":"18212723288" }
返回示例
{
"code": "200000",
"message": "操作成功",
"payload": true
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
code | string | 状态码 |
message | string | 状态信息 |
payload | Object[] | payload |
备注
-
- 转发用户中心同名接口,原接口地址: http://xxx.xxx.xxx:xxxx/api/v1/users/update/user