055 获取规则
<h5>请求URL</h5>
<ul>
<li><code>http://happysell.com/api/job/get_rule</code></li>
</ul>
<p>查有无公司自定义规则,没有读默认规则</p>
<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;">sign_rule</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>签到规则 如:拜访 code_page_visit_shop <br> 建议 code_page_work_suggest_info</td>
</tr>
</tbody>
</table>
<pre><code>//打卡规则 sign
{
&quot;code&quot;: 1,
&quot;info&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;sign_title&quot;: &quot;morning arrive&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;1&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 office&quot;,
&quot;arrive_time&quot;: &quot;09:00&quot;,
&quot;desc&quot;: &quot;&quot;
}
}
//建议规则 code_page_work_suggest_info
{
&quot;code&quot;: 1,
&quot;info&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;suggest_every_month&quot;: 3,
&quot;suggest_info&quot;: &quot;The suggetions about: Marketing Strategy, Customer&#039;s complain, company management,new products ....&quot;,
&quot;suggest_max_point&quot;: &quot;4&quot;,
&quot;suggest_min_point&quot;: &quot;2&quot;,
&quot;title_apply&quot;: &quot;Good Suggetion 666&quot;,
&quot;work_title&quot;: &quot;Good Suggetion 666&quot;
}
}
//拜访规则 code_page_visit_shop
{
&quot;code&quot;: 1,
&quot;info&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;work_tile&quot;: &quot;Visit Shops Show Sample&quot;,
&quot;visit_point&quot;: 0.25, //正常访问一个加的积分
&quot;visit_every_month_max&quot;: 180, //每月多少个以内有积分
&quot;visit_every_day_max&quot;: 10, //每天最多访问几个
&quot;visit_every_day_min&quot;: 4, //每天最少访问几个
&quot;visit_not_done_point&quot;: 1, //每天少做一个扣多少积分
&quot;visit_not_done_all&quot;: &quot;5&quot;, //一天一个也没有扣分
&quot;visit_same_week&quot;: 2,
&quot;demo_pic_1&quot;: &quot;https://happysell.com/static/job/visit_demo_1.png&quot;,
&quot;demo_pic_2&quot;: &quot;https://happysell.com/static/job/visit_demo_2.png&quot;,
&quot;demo_pic_3&quot;: &quot;https://happysell.com/static/job/visit_demo_3.png&quot;,
&quot;demo_pic_1_title&quot;: &quot;shop&#039;s out look, can seen the shop name&quot;,
&quot;demo_pic_2_title&quot;: &quot;You showing sample to customer&quot;,
&quot;demo_pic_3_title&quot;: &quot;You showing customer our line shop,let customer download the APP&quot;,
&quot;desc&quot;: &quot;&quot;
}
}</code></pre>