056 打卡签到
<h5>请求URL</h5>
<ul>
<li><code>http://happysell.com/api/job/sign_today</code></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;">picture</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>签到拍照</td>
</tr>
<tr>
<td style="text-align: left;">address</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>打卡定位地址</td>
</tr>
</tbody>
</table>
<pre><code>{
&quot;code&quot;: 1,
&quot;info&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;status&quot;: 1,
&quot;picture&quot;: &quot;upload/2b/a3b095606d162e47a2ac04a5739c96.jpg&quot;,
&quot;shop_id&quot;: 10042,
&quot;shopName&quot;: &quot;丁少帅&quot;,
&quot;shop_role&quot;: 1,
&quot;shop_role_cn&quot;: &quot;员工&quot;,
&quot;country_cn&quot;: &quot;Kenya&quot;,
&quot;countryId&quot;: 1,
&quot;phoneNumber&quot;: &quot;25413823188072&quot;,
&quot;create_time&quot;: &quot;2024-12-02 10:03:02&quot;,
&quot;update_time&quot;: &quot;2024-12-02 10:03:02&quot;,
&quot;month_key&quot;: &quot;202412&quot;,
&quot;company_id&quot;: 10006,
&quot;sign_time&quot;: 1733104982,
&quot;sign_time_str&quot;: &quot;10:03&quot;,
&quot;sign_day&quot;: &quot;20241202&quot;,
&quot;get_score&quot;: &quot;4&quot;,
&quot;address&quot;: &quot;深圳龙华&quot;,
&quot;late_min&quot;: 63,
&quot;is_late&quot;: 2
}
}</code></pre>