文档
测试

查询保障用户的信息

POST
/api/pdc/search/search_service_type

请求头

参数名
类型
描述
必填
Content-Type
application/json
必填

请求参数

参数名
类型
描述
必填
user_id
string
报障人id
必填

响应参数

参数名
类型
描述
必填
state
boolean
状态码
必填
user_information
dict
用户详细信息
必填

说明 / 示例

请求示例: { "user_id":"28" } 响应示例: { "jsonrpc": "2.0", "id": null, "result": { "state": true, "user_information": { "name": "张三", "department": "办公室", "company": "My Company", "phone": "3333-3333", "user_id": 28, "youdu_account": "zhangsan", "txt_file": "", "avatar_url": false } } }