ERP后台

ERP后台API


搜索框相关数据

<h5>简要描述</h5> <ul> <li>收寄记录,搜索框相关数据</li> </ul> <h5>AJAX请求URL</h5> <ul> <li><code>http://xx.com/Admin/VehicleService/get_r_s_search_data</code>收寄记录</li> <li><code>http://xx.com/Admin/VehicleService/get_reg_search_data</code>总览</li> </ul> <h5>请求方式</h5> <ul> <li>GET|POST </li> </ul> <h5>返回示例</h5> <pre><code> { "info": { "project": [ { project_id:1, project_name:*** }, ], "partner": [ { id:1, short_name:*** }, ], "user_arr": [ { id:1, realname:*** }, ], }, "status": 1, "url": "" }</code></pre> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML