ERP后台

ERP后台API


首页

<h5>简要描述</h5> <ul> <li>首页</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/External/Auction/index_overview</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>返回示例</h5> <pre><code>{ "info": { "total_yesterday": { "total_deal_price": 0,//总成交额 "total_sale_cars": 0,//总交易量(台) "total_testing": 0,//总检测(台) "total_auction_cars": 0//总发拍量(台) }, "month_deal": [ { "ex_user_id": "25", "total_price": 10,//万元 "shop_name": "东风日产-福田店"//月交易店名 } ... ], "month_auction": [ { "ex_user_id": "25", "cars_count": "1",//数量 "shop_name": "东风日产-福田店"//月发拍店名 } ... ], "month_brand": [ { "brand": "安凯客车",//品牌 "total_cars": 128 //数量 }, ... ] }, "status": 1, "url": "" }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML