商家查看报名模特详细信息
<h1>商家查看报名模特详细信息</h1>
<ul>
<li>接口描述:查看用户详细信息</li>
<li>接口地址:/v1/client/base</li>
<li>请求方式:GET</li>
<li>开发人员:卢</li>
</ul>
<h2>请求参数</h2>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>默认值</th>
<th>验证规则</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>client_id</td>
<td>string</td>
<td>--</td>
<td>--</td>
<td>用户id</td>
</tr>
<tr>
<td>taskid</td>
<td>string</td>
<td>--</td>
<td>--</td>
<td>任务id</td>
</tr>
</tbody>
</table>
<h2>响应参数</h2>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>默认值</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>int</td>
<td>--</td>
<td>状态码</td>
</tr>
<tr>
<td>message</td>
<td>string</td>
<td>--</td>
<td>响应说明</td>
</tr>
<tr>
<td>data.id</td>
<td>string</td>
<td>--</td>
<td>用户id</td>
</tr>
<tr>
<td>data.phone</td>
<td>string</td>
<td>--</td>
<td>模特脱敏手机号</td>
</tr>
<tr>
<td>data.nickname</td>
<td>string</td>
<td>--</td>
<td>姓名</td>
</tr>
<tr>
<td>data.gender</td>
<td>string</td>
<td>--</td>
<td>性别</td>
</tr>
<tr>
<td>data.height</td>
<td>string</td>
<td>--</td>
<td>身高</td>
</tr>
<tr>
<td>data.weight</td>
<td>string</td>
<td>--</td>
<td>体重</td>
</tr>
<tr>
<td>data.chest</td>
<td>string</td>
<td>--</td>
<td>胸围</td>
</tr>
<tr>
<td>data.waist</td>
<td>string</td>
<td>--</td>
<td>腰围</td>
</tr>
<tr>
<td>data.buttocks</td>
<td>string</td>
<td>--</td>
<td>臀围</td>
</tr>
<tr>
<td>data.img</td>
<td>string</td>
<td>--</td>
<td>头像</td>
</tr>
</tbody>
</table>
<h2>响应示例</h2>
<pre><code>{
&quot;status&quot;: 200,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;data&quot;: {
&quot;id&quot;: 11,
&quot;phone&quot;: &quot;159****7954&quot;,
&quot;nickname&quot;: &quot;旭&quot;,
&quot;gender&quot;: &quot;男&quot;,
&quot;height&quot;: &quot;175&quot;,
&quot;weight&quot;: &quot;150&quot;,
&quot;chest&quot;: &quot;20&quot;,
&quot;waist&quot;: &quot;20&quot;,
&quot;buttocks&quot;: &quot;20&quot;,
&quot;img&quot;: &quot;/storage/uploads/20250424/084e2c1f3d3361919ea7c2e61f272128.png&quot;
}
}</code></pre>