我的发票
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>我的发票</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>center/customer/login/res/getMyInvoiceList</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get </li>
</ul>
<h5>参数</h5>
<p>无</p>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;查询成功&quot;,
&quot;data&quot;: {
&quot;total&quot;: 1,
&quot;rows&quot;: [
{
&quot;id&quot;: 38,
&quot;orderNo&quot;: &quot;1202403092296&quot;, //订单号
&quot;source&quot;: null,
&quot;userId&quot;: null,
&quot;orderCount&quot;: null,
&quot;sellId&quot;: null,
&quot;sellName&quot;: null,
&quot;productId&quot;: null,
&quot;productName&quot;: &quot;1201测试产品&quot;, // 产品名称
&quot;productCode&quot;: null,
&quot;orderPrice&quot;: 0.01, //订单金额
&quot;orderCostId&quot;: null,
&quot;orderStatus&quot;: null,
&quot;refundStatus&quot;: null,
&quot;status&quot;: null,
&quot;orderTime&quot;: &quot;2024-03-09&quot;, //下单日期
&quot;payTime&quot;: null,
&quot;payWay&quot;: null,
&quot;payStatus&quot;: null,
&quot;serviceNo&quot;: null,
&quot;refundType&quot;: null,
&quot;refundAmount&quot;: null,
&quot;refundCause&quot;: null,
&quot;refuseCause&quot;: null,
&quot;refundTime&quot;: null,
&quot;finishTime&quot;: null,
&quot;applicantId&quot;: null,
&quot;applicantCard&quot;: null,
&quot;applicantName&quot;: null,
&quot;applicantPhone&quot;: null,
&quot;applicantEmail&quot;: null,
&quot;applicantAdd&quot;: null,
&quot;invoice&quot;: null, //是否开发票 1=已 开 0=未开
&quot;aliTradeNo&quot;: null,
&quot;outerTradeNo&quot;: null,
&quot;otherTradeNo&quot;: null,
&quot;operatorId&quot;: null,
&quot;operatorName&quot;: null,
&quot;isRmb&quot;: null,
&quot;foreignPrice&quot;: null,
&quot;foreignUnit&quot;: null,
&quot;rate&quot;: null,
&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>