空间站详情页
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口 更新于2022-08-05 14:41:25 星期五</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://www.linsheapp.com/index/selectSpaceStationDetail</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户token</td>
</tr>
<tr>
<td style="text-align: left;">user_num</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>查看的用户编号 查询自己传自己的用户编号或不传都可以</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 200,
"data": {
"show_sing_id": 18,#空间站id
"nike_name": "我很bewildered", //昵称
"logo": "https://qiniu.linsheapp.com/showSingLogo/622885d61deb4.jpg", //头像
"reputation": 94, //信誉分
"visitors": 29, //访客
"cumulative_single": 22,//邀请
"is_on_line": 0, //是否在线
"off_line_time": "10分钟前在线", //离线时间
"user_num": "48505048", //用户编号
"images": [ //精选照片
{
"id": 258, //照片id
"type": 0, //照片位置类型
"url": "https://qiniu.linsheapp.com/showSingImages/6200e07566295.jpg" //照片地址
},
{
"id": 259,
"type": 1,
"url": "https://qiniu.linsheapp.com/showSingImages/6200e15307ccc.jpg"
},
{
"id": 260,
"type": 2,
"url": "https://qiniu.linsheapp.com/showSingImages/6200e17b7436b.jpg"
},
{
"id": 261,
"type": 3,
"url": "https://qiniu.linsheapp.com/showSingImages/62134c6aa4663.jpg"
}
],
"grade_icon": { //消费等级信息
"grade": 44, //消费等级
"consumption_icon": "https://qiniu.linsheapp.com/GradeIcon/41dao45ji%403x.png" //消费等级图标
},
"more_data": [ //更多信息
{
"name": "2000.05.11", //文字信息
"icon": "https://qiniu.linsheapp.com/shengri%403x.png" //图标地址
},
{
"name": "未婚",
"icon": "https://qiniu.linsheapp.com/hunkuang%403x.png"
},
{
"name": "60000以上",
"icon": "https://qiniu.linsheapp.com/yueshouru%403x.png"
},
{
"name": "已购房",
"icon": "https://qiniu.linsheapp.com/goufang%403x.png"
},
{
"name": "已购车",
"icon": "https://qiniu.linsheapp.com/gouche%403x.png"
},
{
"name": "不吸烟",
"icon": "https://qiniu.linsheapp.com/xiyan%403x.png"
},
{
"name": "不喝酒",
"icon": "https://qiniu.linsheapp.com/hejiu%403x.png"
},
{
"name": "三年内",
"icon": "https://qiniu.linsheapp.com/jiehun%403x.png"
},
{
"name": "没有孩子",
"icon": "https://qiniu.linsheapp.com/youmeiyouhaizi%403x.png"
},
{
"name": "想要孩子",
"icon": "https://qiniu.linsheapp.com/yaobuyaohaizi%403x.png"
}
],
"personal_data": [ //个人资料
{
"name": "性别: 男士", //文字信息
"icon": "https://qiniu.linsheapp.com/xingbie%403x.png" //图标地址
},
{
"name": "年龄: 22岁",
"icon": "https://qiniu.linsheapp.com/nianling%403x.png"
},
{
"name": "身高: 179厘米",
"icon": "https://qiniu.linsheapp.com/shengao%403x.png"
},
{
"name": "体重: 137斤",
"icon": "https://qiniu.linsheapp.com/tizhong%403x.png"
},
{
"name": "体型: 偏瘦",
"icon": "https://qiniu.linsheapp.com/tixing%403x.png"
},
{
"name": "学历: 专科",
"icon": "https://qiniu.linsheapp.com/xueli%403x.png"
},
{
"name": "职业: IT",
"icon": "https://qiniu.linsheapp.com/zhiye%403x.png"
},
{
"name": "家乡: 四川",
"icon": "https://qiniu.linsheapp.com/jiaxiang%403x.png"
},
{
"name": "星座: ",
"icon": "https://qiniu.linsheapp.com/xingzuo%403x.png"
}
],
"universe_tag": [ //个性标签
{
"tag_id": 333, //标签id
"tag_name": "热爱纯音乐" //标签名称
},
{
"tag_id": 487,
"tag_name": "小区幼儿组篮球王"
},
{
"tag_id": 666,
"tag_name": "因为太帅无法显示"
}
],
"is_floating": 1, //是否漂浮精选照片上方
"wechat": "", //微信号 ""为未解锁
"default_image": "https://qiniu.linsheapp.com/DefaultUserLogo/male.png",
"is_show_report": 0 //是否显示举报按钮 0 不显示 1 显示
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">int</td>
<td>200 正常</td>
</tr>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">array</td>
<td>数据信息</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>