专场分析
<p><strong>简要描述:</strong> </p>
<ul>
<li>专场分析</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://ycktest.com/Admin/YcpAuction/special_analysis</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>array(4) {
["data"] => array(2) {
[0] => array(15) {
["id"] => string(1) "1"
["title"] => string(8) "测试01" //标题
["type"] => string(1) "1"
["duration"] => string(5) "11000"
["start_time"] => string(19) "2020-04-13 17:26:40" //开始时间
["end_time"] => string(0) "" //结束时间
["remark"] => string(13) "测试专场1"
["status"] => string(1) "1" 状态:1即将开始;3已结束
["add_time"] => string(19) "2020-04-14 10:00:29" //添加时间
["count_price"] => int(2) //竞价人数
["count_view"] => int(2) //浏览人数
["yj_price"] => float(1700) //总溢价
["success_num"] => int(1) //成交数量
["error_num"] => int(0) //流拍数量
["total_num"] => int(2) //竞拍台数
}
[1] => array(15) {
["id"] => string(1) "2"
["title"] => string(8) "测试02"
["type"] => string(1) "1"
["duration"] => string(5) "11000"
["start_time"] => string(19) "2020-04-13 20:13:20"
["end_time"] => string(0) ""
["remark"] => string(13) "测试专场2"
["status"] => string(2) "-1"
["add_time"] => string(19) "2020-04-14 10:00:29"
["count_price"] => int(0)
["count_view"] => int(0)
["yj_price"] => int(0)
["success_num"] => int(0)
["error_num"] => int(1)
["total_num"] => int(1)
}
}
["total_page"] => float(1)
["total_count"] => string(1) "2"
["now_page"] => int(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>