054 设置打卡规则
<h5>请求URL</h5>
<ul>
<li><code>http://happysell.com/api/job/set_sign_rule</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;">sign_rule</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>签到规则</td>
</tr>
</tbody>
</table>
<p>code_page_work_sign 经理 和 老板 谁优先做 这个奖给谁</p>
<pre><code>{
&quot;code&quot;: 1,
&quot;info&quot;: &quot;success&quot;,
&quot;data&quot;: 1
}</code></pre>