下级确认--确认、拒绝签约或确认、拒绝取消(契约日工资)
<p><strong>请求方法名:</strong> </p>
<ul>
<li><code>DayWagesSign</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </li>
</ul>
<p><strong>请求参数:</strong> </p>
<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;">Status</td>
<td style="text-align: left;">string</td>
<td>签约状态(2:下级确认签约,3:下级拒绝签约,5:已取消,6:拒绝取消)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>
{
&quot;Status&quot;: true,
&quot;Info&quot;: &quot;操作成功&quot;,
&quot;Data&quot;: null,
&quot;Code&quot;: 0
}```</code></pre>