创建订单
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>创建订单</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>center/customer/login/res/payOrder/createOrder</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>
{
&quot;source&quot;:0,
&quot;orderCount&quot;:1,
&quot;sellId&quot;:13,
&quot;productId&quot;:1,
&quot;applicantName&quot;:&quot;李某&quot;,
&quot;applicantCard&quot;:&quot;120224199902191234&quot;,
&quot;applicantPhone&quot;:&quot;1500864632&quot;,
&quot;centerPayOrderChargingList&quot;: [
{
&quot;chargingId&quot;: 13,
&quot;chargingNum&quot;: 1
}
]
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;操作成功&quot;,
&quot;data&quot;: {
&quot;id&quot;: 20,
&quot;orderNo&quot;: &quot;1202403012982&quot;,
&quot;orderPrice&quot;: 100.00,
&quot;orderStatus&quot;: null,
&quot;orderCostId&quot;: null,
&quot;orderCostName&quot;: &quot;服务费 双币种&quot;,
&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;: null,
&quot;actualHotNum&quot;: null,
&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;centerPayOrderChargingList&quot;: [
{
&quot;id&quot;: 21,
&quot;orderNo&quot;: &quot;1202403012982&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>
<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>