条件信息(不全)
<h5>简要描述</h5>
<ul>
<li>用户注册接口 更新于2022-03-11 15:57:50 星期五</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://www.linsheapp.com/index/where</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<p>无参数</p>
<h5>返回示例</h5>
<pre><code> {
"code": 200,
"data": {
"sex": [
{
"key": "不限",
"value": "不限"
},
{
"key": "男",
"value": "男"
},
{
"key": "女",
"value": "女"
}
],
"age": [
{
"key": "不限",
"value": "不限"
},
{
"key": "18-22岁",
"value": "18,22"
},
{
"key": "23-26岁",
"value": "23,26"
},
{
"key": "27-35岁",
"value": "27,35"
},
{
"key": "35岁以上",
"value": "36,37"
}
],
"height": [
{
"key": "不限",
"value": "不限"
},
{
"key": "150-155",
"value": "150,155"
},
{
"key": "156-160",
"value": "156,160"
},
{
"key": "161-165",
"value": "161,165"
},
{
"key": "166-170",
"value": "166,170"
},
{
"key": "171-175",
"value": "171,175"
},
{
"key": "176-180",
"value": "176,180"
},
{
"key": "180以上",
"value": "181,182"
}
],
"weight": [
{
"key": "不限",
"value": "不限"
},
{
"key": "70-80",
"value": "70,80"
},
{
"key": "81-90",
"value": "81,90"
},
{
"key": "91-100",
"value": "91,100"
},
{
"key": "101-120",
"value": "101,120"
},
{
"key": "121-140",
"value": "121,140"
},
{
"key": "141-160",
"value": "141,160"
},
{
"key": "160以上",
"value": "161,162"
}
]
}
}</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>sex:性别</li>
<li>age:年龄</li>
<li>height:身高</li>
<li>weight:体重</li>
</ul>