ERP后台

ERP后台API


预售车型城市列表

<h5>简要描述</h5> <ul> <li>预售车型城市列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>/Admin/PreSaleCarConfig/car_config_city</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </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;">status</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>状态 1 :启用 2:停用</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { "info": { "page": 1, "total": "4", "data": [ { "id": "4", "province_id": "3780", "city_id": "3361", "status": "1", "recorder_id": "1", "created_at": "2021-12-20 18:42:00", "updated_at": "2021-12-20 18:42:00", "realname": "Admin",//操作人 "name": "北京市",//城市名称 "status_name": "启用",//状态 "config_num": "0"//车型数量 }, { "id": "3", "province_id": "3780", "city_id": "3362", "status": "1", "recorder_id": "1", "created_at": "2021-12-16 17:41:17", "updated_at": "0000-00-00 00:00:00", "realname": "Admin", "name": "上海市", "status_name": "启用", "config_num": "0" }, { "id": "2", "province_id": "3780", "city_id": "3363", "status": "1", "recorder_id": "1", "created_at": "2021-12-16 17:40:51", "updated_at": "0000-00-00 00:00:00", "realname": "Admin", "name": "天津市", "status_name": "启用", "config_num": "0" }, { "id": "1", "province_id": "3780", "city_id": "3364", "status": "1", "recorder_id": "1", "created_at": "2021-12-16 17:40:06", "updated_at": "0000-00-00 00:00:00", "realname": "Admin", "name": "重庆市", "status_name": "启用", "config_num": "0" } ], "headerData": { "enableCount": "4",//启用条数 "disableCount": "0"//停用条数 } }, "status": 1, "url": "" }</code></pre> <h5>返回参数说明</h5> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML