进销存(暂定)


获取列表

<p><strong>请求URI:</strong></p> <ul> <li><code>/tenant-api/warehouse</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET <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;">del_switch</td> <td style="text-align: left;">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;warehouse_unique_id&amp;quot;: &amp;quot;01hzgxgr6a8bj7hjampenx21es&amp;quot;,//仓库唯一编号             &amp;quot;linkman_name&amp;quot;: &amp;quot;仓管1&amp;quot;,//联系人             &amp;quot;linkman_telephone&amp;quot;: &amp;quot;18329046272&amp;quot;,//手机号             &amp;quot;linkman_password&amp;quot;: &amp;quot;&amp;quot;,//登录密码             &amp;quot;title&amp;quot;: &amp;quot;测试仓库&amp;quot;,//名称             &amp;quot;memo&amp;quot;: &amp;quot;&amp;quot;,//备注             &amp;quot;addr&amp;quot;: &amp;quot;&amp;quot;,//地址             &amp;quot;del_switch&amp;quot;: 0,             &amp;quot;create_datetime&amp;quot;: &amp;quot;2024-06-04 14:03:25&amp;quot;,             &amp;quot;update_datetime&amp;quot;: &amp;quot;2024-06-04 14:03:48&amp;quot;,             &amp;quot;weight&amp;quot;: 0//权重         }     ],     &amp;quot;code&amp;quot;: 0 }</code></pre>

页面列表

ITEM_HTML