文档
测试

查看基础资料

POST
/api/get_base_info/

响应参数

参数名
类型
描述
必填
status
int
示例:200
必填
msg
string
示例:success
必填
item
object
数据字典
必填
id
int
示例:20
必填
openid
string
示例:otrCU4u1eDw0jpclzBTh2-i3WIyM
必填
gender
string
示例:女
必填
birth
string
示例:1996-04-14
必填
age
int
示例:25
必填
region
string
示例:1
必填
nickname
string
示例:张
必填
height
string
示例:165
必填
occupation
string
示例:1
必填
education
string
示例:1
必填
school
string
示例:1
必填
education_system
string
示例:全日制
必填
constellation
object
示例:null
必填
salary
string
示例:1
必填
wx
string
示例:1
必填
about_me
string
示例:132654648941
必填
hobby
object
示例:null
必填
emotion
object
示例:null
必填
marriage
string
示例:1 婚姻状况(0未婚,1离异,2丧偶)
必填
favored
object
示例:null
必填
photo
string
示例:https://qing-teng.oss-cn-beijing.aliyuncs.com/user_photo/7f0b74d3-cbf8-41b7-b042-7d13369a4d68.jpg
必填
is_authenticate
string
示例:1
必填
is_school_authenticate
string
示例:1
必填
is_profile_authenticate
string
示例:6
必填
qt_coins
int
示例:0
必填
phone_number
object
示例:null
必填
gender_prefer
string
示例:1
必填
allow_notify
string
示例:0
必填
is_cloaking
string
示例:0
必填
cloaking_reason
object
示例:null
必填
last_cloaking_time
object
示例:null
必填
invited
object
示例:null
必填
update_time
string
示例:2021-04-21T15:42:51.683
必填
voive
object
示例:null
必填
school_auth_type
string
示例:0
必填
school_auth
object
示例:null
必填
total_items
int
示例:36
必填
except
object
示例:null
必填

说明 / 示例

```python { "status": 200, "msg": "success", "item": { "id": 20, "openid": "otrCU4u1eDw0jpclzBTh2-i3WIyM", "gender": "女", "birth": "1996-04-14", "age": 25, "region": "1", "nickname": "张", "height": "165", "occupation": "1", "education": "1", "school": "1", "education_system": "全日制", "constellation": null, "salary": "1", "wx": "1", "about_me": "132654648941", "hobby": null, "emotion": null, "marriage": "1", "favored": null, "photo": "https://qing-teng.oss-cn-beijing.aliyuncs.com/user_photo/7f0b74d3-cbf8-41b7-b042-7d13369a4d68.jpg", "is_authenticate": "1", "is_school_authenticate": "1", "is_profile_authenticate": "6", "qt_coins": 0, "phone_number": null, "gender_prefer": "1", "allow_notify": "0", "is_cloaking": "0", "cloaking_reason": null, "last_cloaking_time": null, "invited": null, "update_time": "2021-04-21T15:42:51.683", "voive": null, "school_auth_type": "0", "school_auth": null }, "total_items": 36, "except": null }