文档
测试

个人信息获取

POST
http://47.108.162.155:8030/api/member/getInfo

响应参数

参数名
类型
描述
必填
errorCode
必填
msg
必填
data
必填

说明 / 示例

``` { data : { nickname: "123", gender: false,//false/true ->男/女 birthday: 1636285354383,//new Date(birthday) nation: "汉族", education: "大专", college: "xxx大学", locationId: 1, locationName: "重庆", phone: "1511111111", wxId: "wxid1234156", evaluation: "xxxxxxxxxxxxxxxxxxx" } } ```