修改页面的默认数据信息
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口 更新于2022-07-21 20:37:06 星期四</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://www.linsheapp.com/index/selectMoreAndUserData</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>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
"code": 200,
"data": {
"body_type": "偏瘦", //体型
"constellation": "金牛座",//星座
"wedding_status": "未婚",//婚况
"house_status": "已购房",//购房
"car_status": "已购车",//购车
"smoking_status": "不吸烟",//吸烟
"drinking_status": "不喝酒",//喝酒
"marriage_time": "三年内",//结婚时间
"child_status": "没有孩子",//有无孩子
"want_child_status": "想要孩子",//要不要孩子
"monthly_income": "60000以上",//月收入
"age": 21,//年龄
"height": 178,//身高
"weight": 137,//体重
"career": "IT",//职业
"birth_date": "1995-02-19",//生日
"qualifications": "博士",//学历
"nike_name": "我很bewildered",//昵称
"logo": "https://qiniu.linsheapp.com/userLogo/6229fe88a2db4.jpg",//头像
"wechat": "LovD1015",//微信号
"phone": "17681092019",//手机号
"natives": "四川",//籍贯
}
}</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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>