文档
测试

获取检测中得用户

POST
https://yjy.zisihongbao.com/api/user_app/getFamilyUserInfo

接口描述

获取检测中得用户

请求参数

参数名
类型
描述
必填
deviceKey
string
设备动态码
必填

说明 / 示例

```language { "result": "SUCCESS", //SUCCESS 成功,ERROR失败 "data": { "uid": 15009, "sex": 1, "name": "测试用户", "type": 1, "timeLeft": "362天8小时16分", "isValid": 1, "message": "" }, "message":"" //反馈信息 } ```