057 员工进入找卡页 展示
<h5>请求URL</h5>
<ul>
<li><code>http://happysell.com/api/job/sign_show</code></li>
</ul>
<p>返回三种状态 type 1:未打卡 2:已打卡未处理 3:已打卡已处理 </p>
<pre><code>{
&quot;code&quot;: 1,
&quot;info&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;code&quot;: 1,
&quot;date_str&quot;: &quot;02,December&quot;,
&quot;now_time&quot;: 1733105258,
&quot;customRule&quot;: {
&quot;work_title&quot;: &quot;morning arrive a&quot;,
&quot;late_min_1&quot;: &quot;10&quot;,
&quot;point_1&quot;: &quot;1&quot;,
&quot;late_min_2&quot;: &quot;10&quot;,
&quot;point_2&quot;: &quot;2&quot;,
&quot;late_min_3&quot;: &quot;30&quot;,
&quot;point_3&quot;: &quot;4&quot;,
&quot;week_ok&quot;: &quot;2&quot;,
&quot;demo_pic_1&quot;: &quot;https://happysell.com/static/job/demo_1.webp&quot;,
&quot;demo_pic_2&quot;: &quot;https://happysell.com/static/job/demo_2.webp&quot;,
&quot;demo_pic_1_title&quot;: &quot;photo in the office&quot;,
&quot;demo_pic_2_title&quot;: &quot;photo in the customer&#039;s shop&quot;,
&quot;arrive_time&quot;: &quot;09:00&quot;,
&quot;desc&quot;: &quot;&quot;,
&quot;holiday_week&quot;: [
7
],
&quot;absent_whole_day&quot;: &quot;4&quot;,
&quot;special_day&quot;: 6,
&quot;special_time&quot;: &quot;09:00&quot;
},
&quot;type&quot;: 2,
&quot;ar&quot;: {
&quot;id&quot;: 23,
&quot;shop_id&quot;: 10042,
&quot;shopName&quot;: &quot;丁少帅&quot;,
&quot;shop_role&quot;: 1,
&quot;shop_role_cn&quot;: &quot;员工&quot;,
&quot;phoneNumber&quot;: &quot;25413823188072&quot;,
&quot;country_cn&quot;: &quot;Kenya&quot;,
&quot;countryId&quot;: 1,
&quot;level&quot;: 0,
&quot;picture&quot;: &quot;upload/2b/a3b095606d162e47a2ac04a5739c96.jpg&quot;,
&quot;picture2&quot;: null,
&quot;status&quot;: 1,
&quot;get_score&quot;: &quot;4&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;is_give_score&quot;: 0,
&quot;picture3&quot;: null,
&quot;refuse_cn&quot;: null,
&quot;picture_name&quot;: null,
&quot;money&quot;: 0,
&quot;money_unit&quot;: null,
&quot;picture4&quot;: null,
&quot;picture5&quot;: null,
&quot;refuse_get_score&quot;: 0,
&quot;status_plus&quot;: 0,
&quot;month_key&quot;: &quot;202412&quot;,
&quot;is_late&quot;: 2,
&quot;sign_time&quot;: 1733104982,
&quot;sign_day&quot;: &quot;20241202&quot;,
&quot;late_min&quot;: 63,
&quot;address&quot;: &quot;深圳龙华&quot;,
&quot;success_cn&quot;: null,
&quot;is_look&quot;: 0,
&quot;sign_time_str&quot;: &quot;10:03&quot;,
&quot;is_cancel&quot;: 0,
&quot;company_id&quot;: 10006
}
}
}</code></pre>