判断签署状态
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口 更新于 2022-03-19 18:43:00 星期六</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://www.linsheapp.com/index/judgmentFreelanceContractsStatus</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": {
"status": 0, //状态 0 未填写资料 1 已填写基本资料 未填写更多资料 2 已填写基本资料和更多资料
"nike_name": "我很bewildered", //昵称
"logo": "https://qiniu.linsheapp.com/userLogo/6229fe88a2db4.jpg",//头像
"height": 179,//身高
"weight": 137,//体重
"wechat": "LovD1015",//微信号
"career": "IT",//职业
"qualifications": "博士",//学历
"constellation": "金牛座",//星座
"body_type": "偏瘦",//体型
"wedding_status": "未婚",//婚况
"house_status": "已购房",//购房
"car_status": "已购车",//购车
"smoking_status": "不吸烟",//吸烟
"drinking_status": "不喝酒",//喝酒
"marriage_time": "三年内",//结婚时间
"child_status": "没有孩子",//有无孩子
"want_child_status": "想要孩子",//要不要孩子
"monthly_income": "60000以上"//月收入
}
}</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>