进销存(暂定)


创建

<p><strong>请求URI:</strong></p> <ul> <li><code>/tenant-api/customer/level</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;">rules</td> <td style="text-align: left;">json</td> <td style="text-align: left;">json</td> <td>规则</td> </tr> <tr> <td style="text-align: left;">visible_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> <ul> <li>rules存储为[]/{}</li> <li>当rules为 空/null/Undefined 时重写为空对象<code>{}</code></li> </ul> <pre><code>`application/json` {     &amp;quot;title&amp;quot;:&amp;quot;测试等级22&amp;quot;,     &amp;quot;rules&amp;quot;:{},     &amp;quot;visible_switch&amp;quot;:1 }</code></pre>

页面列表

ITEM_HTML