交易明细-推送回执记录
<p><strong>简要描述:</strong> </p>
<ul>
<li>交易明细-推送回执记录</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/interpay_boss/ipTransNotifyController/getIpTransNotifyList.do</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<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;">transId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>现在支付订单号</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;head&quot;: {
&quot;rd&quot;: &quot;0&quot;,
&quot;rm&quot;: &quot;成功&quot;
},
&quot;body&quot;: {
&quot;errorCode&quot;: &quot;0000&quot;,
&quot;errorMsg&quot;: &quot;查询成功&quot;,
&quot;resultList&quot;: [
{
&quot;id&quot;: 1,
&quot;transId&quot;: &quot;201301201703021651240000004&quot;,
&quot;notifyStatus&quot;: 0,
&quot;notifyMode&quot;: 0,
&quot;notifyDesc&quot;: &quot;连接超时&quot;,
&quot;modifier&quot;: &quot;1031&quot;,
&quot;createTime&quot;: 1530072077989,
&quot;updateTime&quot;: 1530072077989
},
{
&quot;id&quot;: 2,
&quot;transId&quot;: &quot;201301201703021651240000004&quot;,
&quot;notifyStatus&quot;: 1,
&quot;notifyMode&quot;: 1,
&quot;modifier&quot;: &quot;1031&quot;,
&quot;createTime&quot;: 1530072077989,
&quot;updateTime&quot;: 1530072077989
}
]
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">notifyStatus</td>
<td style="text-align: left;">int</td>
<td>推送状态(0/1 失败/成功)</td>
</tr>
<tr>
<td style="text-align: left;">notifyMode</td>
<td style="text-align: left;">int</td>
<td>推送方式(0/1 系统/手动)</td>
</tr>
<tr>
<td style="text-align: left;">notifyDesc</td>
<td style="text-align: left;">String</td>
<td>推送失败具体原因</td>
</tr>
<tr>
<td style="text-align: left;">modifier</td>
<td style="text-align: left;">String</td>
<td>操作者</td>
</tr>
<tr>
<td style="text-align: left;">createTime</td>
<td style="text-align: left;">Date</td>
<td>通知时间</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>