文档
测试

获取用户个人资料

GET
/api/v1/user/data

请求头

参数名
类型
描述
必填
token
令牌
必填

说明 / 示例

###### 返回数据 ```javascript { "code": 0, "msg": "success", "data": { "name": "王德发", "tel": 15111111111, "gender": 1, "birthday": "1970-01-00", "marriage": 0, "occupation_id": 0, "education_id": 0, "province_id": 0, "city_id": 0, "address": null } }