激活用户
POST
/openservice/eagle-user/action/enable
后端接口/用户与角色
请求参数
Query 参数
curUserId
string
必需
示例值:
当前操作人用户id
entId
string
必需
示例值:
操作企业id
Body 参数application/json
userId
string
必需
示例
{
"userId": "string"
}
返回响应
🟢200成功
application/json
Body
result
object
必需
msg
string
必需
code
integer
必需
guid
string
必需
status
integer
必需
示例
{
"result": null,
"msg": "成功",
"code": 1000000,
"guid": "4ed6324077f547fb",
"status": 200
}
修改于 2023-07-19 08:45:22