17 保存自选菜单
<h5>请求URL</h5>
<ul>
<li><code>http://happysell.com/api/job/save_my_menu</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;">work_role</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">str</td>
<td>角色ID 默认为 4 boss</td>
</tr>
</tbody>
</table>
<pre><code>{
&quot;code&quot;: 1,
&quot;info&quot;: &quot;success&quot;,
&quot;data&quot;: 1
}
</code></pre>
<pre><code>my_menu 参数示例:
[
{
&quot;text&quot;: &quot;Marketing&quot;,
&quot;menu&quot;: [
{
&quot;id&quot;: 87,
&quot;file&quot;: &quot;upload/ba/a08df713d60f3ca1c1320e8fbdf3ba.png&quot;,
&quot;category_name&quot;: &quot;Morning Arrive&quot;,
&quot;page_id&quot;: &quot;code_page_work_sign&quot;
},
]
},
{
&quot;text&quot;: &quot;Company Centre&quot;,
&quot;menu&quot;: [
{
&quot;id&quot;: 135,
&quot;file&quot;: &quot;upload/96/53f40aa5592ea6cdd6f898b496d1a7.png&quot;,
&quot;category_name&quot;: &quot;My Extra point record&quot;,
&quot;page_id&quot;: &quot;code_page_work_add_deduct_history&quot;
}
]
}
]</code></pre>