价格列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>价格列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>center/operation/res/pc/product/getResProductSellCostBySellId</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
&quot;sellId&quot;:685, //服务id
&quot;centerPayOrderChargingList&quot;:[
{
&quot;chargingId&quot;:14, //随行人员id
&quot;chargingNum&quot;:5 //随行人员数目
},
{
&quot;chargingId&quot;:16,
&quot;chargingNum&quot;:2
}
]
}</code></pre>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;操作成功&quot;,
&quot;data&quot;: [
{
&quot;costList&quot;: [
{
&quot;id&quot;: 8001,
&quot;taskId&quot;: null,
&quot;bigTitle&quot;: null,
&quot;smallTitle&quot;: null,
&quot;taskTitle&quot;: null,
&quot;partyName&quot;: &quot;荣侨&quot;,
&quot;chargingPartyId&quot;: 1,
&quot;orgName&quot;: &quot;11-29测试收费机构(荣侨)&quot;,
&quot;objectName&quot;: &quot;主申请人&quot;,
&quot;chargingObjectId&quot;: 13,
&quot;costPrice&quot;: 99999.00,
&quot;costUnit&quot;: 1,
&quot;costName&quot;: &quot;服务费&quot;,
&quot;payRemark&quot;: &quot;&quot;,
&quot;payTime&quot;: &quot;1&quot;,
&quot;refundStandard&quot;: null,
&quot;thirdParty&quot;: 2,
&quot;beginTaskName&quot;: null,
&quot;endTaskName&quot;: null,
&quot;supplierName&quot;: &quot;荣侨&quot;,
&quot;costKind&quot;: 1,
&quot;costRate&quot;: null
}
],
&quot;costPrice&quot;: [
{
&quot;costUnit&quot;: 1,
&quot;costPrice&quot;: 99999.00,
&quot;costRemark&quot;: null
}
],
&quot;type&quot;: 1
},
{
&quot;costList&quot;: [
{
&quot;id&quot;: 8006,
&quot;taskId&quot;: null,
&quot;bigTitle&quot;: null,
&quot;smallTitle&quot;: null,
&quot;taskTitle&quot;: null,
&quot;partyName&quot;: &quot;三方&quot;,
&quot;chargingPartyId&quot;: 2,
&quot;orgName&quot;: &quot;正式机构&quot;,
&quot;objectName&quot;: &quot;子女&quot;,
&quot;chargingObjectId&quot;: 14,
&quot;costPrice&quot;: 100.00,
&quot;costUnit&quot;: 1,
&quot;costName&quot;: &quot;123&quot;,
&quot;payRemark&quot;: &quot;&quot;,
&quot;payTime&quot;: &quot;123&quot;,
&quot;refundStandard&quot;: null,
&quot;thirdParty&quot;: 1,
&quot;beginTaskName&quot;: null,
&quot;endTaskName&quot;: null,
&quot;supplierName&quot;: &quot;翻译&quot;,
&quot;costKind&quot;: 1,
&quot;costRate&quot;: null
},
{
&quot;id&quot;: 8007,
&quot;taskId&quot;: null,
&quot;bigTitle&quot;: null,
&quot;smallTitle&quot;: null,
&quot;taskTitle&quot;: null,
&quot;partyName&quot;: &quot;三方&quot;,
&quot;chargingPartyId&quot;: 2,
&quot;orgName&quot;: &quot;正式机构&quot;,
&quot;objectName&quot;: &quot;子女&quot;,
&quot;chargingObjectId&quot;: 14,
&quot;costPrice&quot;: 10.00,
&quot;costUnit&quot;: 1,
&quot;costName&quot;: &quot;13&quot;,
&quot;payRemark&quot;: &quot;&quot;,
&quot;payTime&quot;: &quot;12&quot;,
&quot;refundStandard&quot;: null,
&quot;thirdParty&quot;: 1,
&quot;beginTaskName&quot;: null,
&quot;endTaskName&quot;: null,
&quot;supplierName&quot;: &quot;翻译&quot;,
&quot;costKind&quot;: 1,
&quot;costRate&quot;: null
}
],
&quot;costPrice&quot;: [
{
&quot;costUnit&quot;: 1,
&quot;costPrice&quot;: 550.00,
&quot;costRemark&quot;: null
}
],
&quot;type&quot;: 2
}
]
}</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>