运营后台2.0


交易明细-推送回执记录

<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>{ &amp;quot;head&amp;quot;: { &amp;quot;rd&amp;quot;: &amp;quot;0&amp;quot;, &amp;quot;rm&amp;quot;: &amp;quot;成功&amp;quot; }, &amp;quot;body&amp;quot;: { &amp;quot;errorCode&amp;quot;: &amp;quot;0000&amp;quot;, &amp;quot;errorMsg&amp;quot;: &amp;quot;查询成功&amp;quot;, &amp;quot;resultList&amp;quot;: [ { &amp;quot;id&amp;quot;: 1, &amp;quot;transId&amp;quot;: &amp;quot;201301201703021651240000004&amp;quot;, &amp;quot;notifyStatus&amp;quot;: 0, &amp;quot;notifyMode&amp;quot;: 0, &amp;quot;notifyDesc&amp;quot;: &amp;quot;连接超时&amp;quot;, &amp;quot;modifier&amp;quot;: &amp;quot;1031&amp;quot;, &amp;quot;createTime&amp;quot;: 1530072077989, &amp;quot;updateTime&amp;quot;: 1530072077989 }, { &amp;quot;id&amp;quot;: 2, &amp;quot;transId&amp;quot;: &amp;quot;201301201703021651240000004&amp;quot;, &amp;quot;notifyStatus&amp;quot;: 1, &amp;quot;notifyMode&amp;quot;: 1, &amp;quot;modifier&amp;quot;: &amp;quot;1031&amp;quot;, &amp;quot;createTime&amp;quot;: 1530072077989, &amp;quot;updateTime&amp;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>

页面列表

ITEM_HTML