查询订单详情
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>订单详情</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>center/customer/login/res/payOrder/getMyCenterPayOrderDetails</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get </li>
</ul>
<h5>参数</h5>
<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;">orderNo</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>订单号</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;操作成功&quot;,
&quot;data&quot;: {
&quot;id&quot;: 1,
&quot;userId&quot;: &quot;123&quot;,
&quot;orderNo&quot;: &quot;123&quot;,
&quot;orderPrice&quot;: null,
&quot;orderStatus&quot;: 1,
&quot;orderCostId&quot;: null,
&quot;orderCostName&quot;: null,
&quot;sellId&quot;: 13,
&quot;sellName&quot;: &quot;中国-尊享产品&quot;,
&quot;productId&quot;: 1,
&quot;productName&quot;: &quot;1129中国&quot;,
&quot;applicantId&quot;: null,
&quot;applicantCard&quot;: null,
&quot;applicantName&quot;: null,
&quot;sellSketchList&quot;: [
{
&quot;id&quot;: 31,
&quot;sellId&quot;: 13,
&quot;productId&quot;: 1,
&quot;serviceContent&quot;: &quot;服务内容1&quot;,
&quot;sort&quot;: null,
&quot;createBy&quot;: &quot;sunhongfang&quot;,
&quot;createTime&quot;: &quot;2023-11-29 20:50:47&quot;,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: &quot;2023-11-29 20:50:47&quot;
},
{
&quot;id&quot;: 32,
&quot;sellId&quot;: 13,
&quot;productId&quot;: 1,
&quot;serviceContent&quot;: &quot;服务内容2&quot;,
&quot;sort&quot;: null,
&quot;createBy&quot;: &quot;sunhongfang&quot;,
&quot;createTime&quot;: &quot;2023-11-29 20:50:53&quot;,
&quot;updateBy&quot;: null,
&quot;updateTime&quot;: &quot;2023-11-29 20:50:53&quot;
}
],
&quot;hotNum&quot;: 5,
&quot;actualHotNum&quot;: 2,
&quot;tagName&quot;: &quot;购房移民&quot;,
&quot;countryName&quot;: &quot;中国&quot;,
&quot;countryLogo&quot;: &quot;https://immigrant-test.oss-cn-beijing.aliyuncs.com/egupfile/3292755087311821687743987550.jpeg&quot;,
&quot;allPrice&quot;: null,
&quot;orderTime&quot;: null,
&quot;cycleStart&quot;: null,
&quot;cycleEnd&quot;: null,
&quot;cycleUnit&quot;: null,
&quot;isEvaluate&quot;: null,
&quot;evaluate&quot;: null,
&quot;centerPayOrderChargingList&quot;: [
{
&quot;id&quot;: 1,
&quot;orderNo&quot;: &quot;123&quot;,
&quot;chargingId&quot;: 13,
&quot;chargingName&quot;: &quot;主申请人&quot;,
&quot;chargingNum&quot;: 1,
&quot;createTime&quot;: null,
&quot;updateTime&quot;: null
}
]
}
}</code></pre>
<h5>返回参数说明</h5>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>