ERP后台

ERP后台API


获取竞拍参数

<p><strong>简要描述:</strong> </p> <ul> <li>获取竞拍参数</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://yck.com/Admin/YcpAuction/auction_data?auction_id=2</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>get(ajax)</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;">auction_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>竞拍id</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>array(22) { ["id"] =&gt; string(1) "2" //竞拍id ["special_id"] =&gt; string(1) "0" ["car_id"] =&gt; string(5) "36606" //车id ["status"] =&gt; string(1) "2" //拍卖状态(1等待拍卖,2拍卖中,3已完成,4已流拍 ["add_time"] =&gt; string(10) "1586829629" ["record_id"] =&gt; string(3) "419" ["remark"] =&gt; string(7) "测试2" ["type"] =&gt; string(1) "1" //拍卖方式:1明拍;2暗拍; ["open_reserve_price"] =&gt; string(1) "0" //是否公开保留价:0不公开;1公开 ["reserve_price"] =&gt; string(8) "30000.00" //保留价 ["start_time"] =&gt; string(19) "2020-04-13 17:43:20" //开始时间 ["end_time"] =&gt; string(19) "2020-04-27 07:47:07" //结束时间 ["bond_price"] =&gt; string(7) "2000.00" //保证金 ["min_add_price"] =&gt; string(6) "100.00" //最低加价幅度 ["service_type"] =&gt; string(1) "1" //服务费收费方式::1固定金额;2成交价比例 ["service_fee"] =&gt; string(4) "1000" //服务费:service_type=1(金额);service_type=2(交易额占比) ["starting_price"] =&gt; string(8) "30000.00" //起拍价 ["file_transfer_type"] =&gt; string(1) "1" //提档过户方式:1包提档过户;2不包提档过户 ["invoic_require"] =&gt; string(1) "1" //开票要求:1无要求;2按实际交易价票 ["upper_limit"] =&gt; NULL //按比例收取服务费上限金额 ["lower_limit"] =&gt; NULL //按比例收取服务费下限金额(服务费类型为比例时必填) ["is_order"] =&gt; string(1) "0" //是否生成订单:0否;1是 }</code></pre> <p><strong>返回参数说明</strong> </p> <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> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML