个人信息-展示

接口地址:/customer/myinfoshow
请求方式 get
参数:
uid2: 他人的uid;当传0或不传时,认为是本人的个人信息
返回格式:
说明:
gender: 2为保密,1为男,0为女
type 值1,2,3分别代表产品,技术,工具
Last updated
Was this helpful?

请求方式 get
uid2: 他人的uid;当传0或不传时,认为是本人的个人信息
说明:
gender: 2为保密,1为男,0为女
type 值1,2,3分别代表产品,技术,工具
Last updated
Was this helpful?
Was this helpful?
{
"code": 1,
"data": {
"nickname": "水杉",
"avatar": "http://oss.aliyun.com/asqwd",
"gender": 1,
"location": "浙江杭州",
"city_id":304,
"introduce": "如果不能简洁明了的表达出来,就说明你理解的不够...如果你无法简洁的表达你的想法,那只说明你还不够了解它---阿尔伯特",
"items": [
{
"tid": 123,
"type": 1,
"only_vip": 0,
"price": "15",
"title": "蓝牙音响",
"long": "6时44分",
"img_url": "xxx"
},
{
"tid": 14123,
"type": 2,
"only_vip": 0,
"price": "15",
"title": "使用台钻打孔的几种基本操作",
"subtitle": "教程副标题",
"img_url": "xxx"
},
{
"tid": 238,
"type": 3,
"only_vip": 1,
"title": "斜切锯教程",
"subtitle": "教程副标题",
"img_url": "xxx"
}
]
},
"msg": "success"
}