文档
测试

获取会员详情

GET
http://localhost:8080/red-memory/redMember/reduser/info/73

响应参数

参数名
类型
描述
必填
msg
string
示例:查询成功
必填
code
int
示例:0
必填
data
object
数据字典
必填
redUserId
string
示例:1459496531685150720
必填
openId
object
示例:null
必填
cid
object
示例:null
必填
redPassportNumber
string
示例:辽E2021121711106
必填
name
string
示例:陈康旭
必填
sex
string
示例:男
必填
headUrl
string
示例:http://guli123.oss-cn-beijing.aliyuncs.com/20211221/c69312bd2b4946d9a9d50738cc8953c4.jpg
必填
birthday
string
示例:2021-12-18 00:00:00
必填
address
string
示例:山西省,太原市
必填
redAge
int
示例:34
必填
userStatus
object
示例:null
必填
cellphone
string
示例:18050401075
必填
integral
int
示例:138
必填
starCoin
int
示例:0
必填
levelType
int
示例:1
必填
levelTitle
string
示例:一心一意
必填
studentId
string
示例:1469997628426162176
必填
teacherId
object
示例:null
必填
userId
string
示例:73
必填
username
string
示例:18050401075
必填
email
object
示例:null
必填
mobile
string
示例:18050401075
必填
status
int
示例:1
必填
roleIdList
object
示例:null
必填
createUserId
object
示例:null
必填
createTime
string
示例:2021-11-13 20:21:04
必填
schoolId
string
示例:1454007109581672448
必填
educationId
string
示例:1459413926545592320
必填
educationName
string
示例:李凡教育局
必填
schoolName
string
示例:大学
必填
city
string
示例:天津市,市辖区
必填
studentStatusNumber
string
示例:123456
必填
studentNumber
string
示例:112452
必填
studentGrade
int
示例:4
必填
studentClass
int
示例:3
必填
teacherGrade
object
示例:null
必填
teacherClass
object
示例:null
必填
role
string
示例:学生
必填

说明 / 示例

{ "msg": "查询成功", "code": 0, "data": { "redUserId": "1459496531685150720", "openId": null, "cid": null, "redPassportNumber": "辽E2021121711106", "name": "陈康旭", "sex": "男", "headUrl": "http://guli123.oss-cn-beijing.aliyuncs.com/20211221/c69312bd2b4946d9a9d50738cc8953c4.jpg", "birthday": "2021-12-18 00:00:00", "address": "山西省,太原市", "redAge": 34, "userStatus": null, "cellphone": "18050401075", "integral": 138, "starCoin": 0, "levelType": 1, "levelTitle": "一心一意", "studentId": "1469997628426162176", "teacherId": null, "userId": "73", "username": "18050401075", "email": null, "mobile": "18050401075", "status": 1, "roleIdList": null, "createUserId": null, "createTime": "2021-11-13 20:21:04", "schoolId": "1454007109581672448", "educationId": "1459413926545592320", "educationName": "李凡教育局", "schoolName": "大学", "city": "天津市,市辖区", "studentStatusNumber": "123456", "studentNumber": "112452", "studentGrade": 4, "studentClass": 3, "teacherGrade": null, "teacherClass": null, "role": "学生" } }