议价详情
<p><strong>简要描述:</strong> </p>
<p>-议价详情</p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://ycktest.com/Admin/PriceAudit/applicant_price_details?app_price_id=788</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get(页面)</li>
<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;">app_price_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(2) {
[0] => array(9) {
["auditor_id"] => string(2) "67" //审核人id
["reject_desc"] => NULL //驳回原因
["auditor_time"] => string(19) "2020-06-18 17:16:56" //审核时间
["audit_status"] => string(1) "2" //审核状态(审核状态1待审核2已通过审核3驳回,)
["applicant_price"] => string(8) "84100.00" //审核价格
["sale_price"] => string(8) "85600.00" //指导价
["audit_status_desc"] => string(9) "已通过" //状态描述
["auditor_name"] => string(9) "魏坚忠" //审核人
}
[1] => array(9) {
["auditor_id"] => string(2) "31"
["reject_desc"] => NULL
["auditor_time"] => string(19) "2020-06-18 17:17:54"
["audit_status"] => string(1) "2"
["applicant_price"] => string(8) "84100.00"
["sale_price"] => string(8) "85600.00"
["audit_status_desc"] => string(9) "已通过"
["auditor_name"] => string(9) "杨凯钧"
}
}</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>