申请查询蓝票订单结果
<h5>简要描述</h5>
<ul>
<li>当蓝票开具返回固定的错误代码时(订单流水号重复,请确认),申请查询本接口,获取发票是否开具</li>
</ul>
<h5>服务码</h5>
<ul>
<li>yspt_sdp_cxlpdd</li>
</ul>
<h5>数据格式</h5>
<ul>
<li><code>JSON</code></li>
</ul>
<h5>请求数据</h5>
<table>
<thead>
<tr>
<th>参数</th>
<th>参数名</th>
<th>类型</th>
<th>长度</th>
<th>必须</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>xsdh</td>
<td>xsdh</td>
<td>string</td>
<td>20</td>
<td>是</td>
<td>销售单号</td>
</tr>
</tbody>
</table>
<h5>返回数据</h5>
<table>
<thead>
<tr>
<th>参数</th>
<th>参数名</th>
<th>类型</th>
<th>长度</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>msg</td>
<td>相应消息</td>
<td>string</td>
<td>不定长</td>
<td>请求结果返回信息</td>
</tr>
<tr>
<td>code</td>
<td>响应代码</td>
<td>string</td>
<td>4</td>
<td>请求结果返回代码</td>
</tr>
<tr>
<td>response</td>
<td>相应信息</td>
<td>string</td>
<td>不定长</td>
<td>相应信息或为疑似发票仅供参考</td>
</tr>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code class="language-java">{
&quot;xsdh&quot;: &quot;销售单号&quot;,
}</code></pre>
<h5>返回示例</h5>
<pre><code class="language-json">成功:
{
&quot;code&quot;: 6904,
&quot;msg&quot;: &quot;DH-该订单提交时间已超过12个小时且未匹配到开具成功的发票数据,请更换流水号重新开具&quot;,
&quot;interfaceCode&quot;: &quot;h5.js.invoiceApplyRes.query&quot;,
&quot;zipCode&quot;: &quot;0&quot;,
&quot;encryptCode&quot;: &quot;2&quot;,
&quot;access_token&quot;: &quot;3839691187ad7a29dd411014e936989324b614250790902ac21ba585167de023&quot;,
&quot;datagram&quot;: &quot;&quot;,
&quot;signtype&quot;: &quot;HMacSHA256&quot;,
&quot;signature&quot;: &quot;77326E21DC1B90A250C8FAB1690EB73876A03EFF6217437E219D78953117F079&quot;
}
或
{
&quot;msg&quot;: &quot;成功&quot;,
&quot;code&quot;: &quot;0000&quot;,
&quot;response&quot;: &quot;{\&quot;fpxx\&quot;:\&quot;\&quot;,\&quot;ysfps\&quot;:[{\&quot;fphm\&quot;:\&quot;22222222222222\&quot;,\&quot;fpdm\&quot;:\&quot;\&quot;,\&quot;zzfphm\&quot;:\&quot;\&quot;,\&quot;kprq\&quot;:\&quot;2024-01-08 17:30:51\&quot;,\&quot;xsfnsrsbh\&quot;:\&quot;22222222222\&quot;,\&quot;gmfnsrsbh\&quot;:\&quot;222222222\&quot;,\&quot;fppzdm\&quot;:\&quot;02\&quot;,\&quot;sfzzfp\&quot;:\&quot;N\&quot;,\&quot;gmfmc\&quot;:\&quot;2222222\&quot;,\&quot;xsfmc\&quot;:\&quot;222222222\&quot;,\&quot;hjje\&quot;:\&quot;9.17\&quot;,\&quot;hjse\&quot;:\&quot;0.83\&quot;,\&quot;bz\&quot;:\&quot;222222222\&quot;,\&quot;ms\&quot;:\&quot;\&quot;}]}&quot;
}</code></pre>