business-2025


创建部门

<p><strong>请求URI:</strong></p> <ul> <li><code>/department</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST <code>AUTH</code></li> </ul> <p><strong>参数:</strong></p> <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;">title</td> <td style="text-align: left;">require</td> <td style="text-align: left;">string</td> <td>名称</td> </tr> <tr> <td style="text-align: left;">parent_uid</td> <td style="text-align: left;">require,&gt;=0,integer</td> <td style="text-align: left;">int</td> <td>父级uid</td> </tr> <tr> <td style="text-align: left;">enable_switch</td> <td style="text-align: left;">require,in:0,1</td> <td style="text-align: left;">int</td> <td>启用状态:0=关闭,1=开启</td> </tr> </tbody> </table> <p><strong>返回示例:</strong></p> <pre><code>{     &amp;quot;msg&amp;quot;: &amp;quot;请求成功&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;title&amp;quot;: &amp;quot;X&amp;quot;,         &amp;quot;parent_uid&amp;quot;: 0,         &amp;quot;enable_switch&amp;quot;: 1,         &amp;quot;merchant_uid&amp;quot;: 2241017519160001,         &amp;quot;department_uid&amp;quot;: 6241018505250001,         &amp;quot;id&amp;quot;: 7     },     &amp;quot;code&amp;quot;: 0 }</code></pre>

页面列表

ITEM_HTML