运营后台2.0


代理商列表-查看详情

<p><strong>简要描述:</strong> </p> <ul> <li>代理商关联商户列表-查询</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>https://op.ipaynow.cn/tradeModel/ipAgentMchConfigController/getAgentMchConfigList.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;">agentId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>代理商编号</td> </tr> <tr> <td style="text-align: left;">currentPage</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;paginator&amp;quot;: { &amp;quot;currentPage&amp;quot;: 1, &amp;quot;pageSize&amp;quot;: 20, &amp;quot;pageNum&amp;quot;: 1, &amp;quot;totalCount&amp;quot;: 1, &amp;quot;orderIndexPrevate&amp;quot;: null, &amp;quot;orderIndexNext&amp;quot;: null, &amp;quot;prevTotalCount&amp;quot;: null, &amp;quot;currentTotalCount&amp;quot;: null, &amp;quot;tenNum&amp;quot;: null, &amp;quot;factTransDateBegin&amp;quot;: null, &amp;quot;factTransDateEnd&amp;quot;: null, &amp;quot;pageType&amp;quot;: null }, &amp;quot;result&amp;quot;: [ { &amp;quot;mchId&amp;quot;: &amp;quot;000000001600095&amp;quot;, &amp;quot;mchName&amp;quot;: &amp;quot;xiongqi&amp;quot;, &amp;quot;agentId&amp;quot;: &amp;quot;000000001600094&amp;quot;, &amp;quot;agentName&amp;quot;: &amp;quot;zhangchenglin&amp;quot;, &amp;quot;enabled&amp;quot;: 1, &amp;quot;agentCost&amp;quot;: 0.03, &amp;quot;createTime&amp;quot;: 1513822228000 } ] } }</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;">enabled</td> <td style="text-align: left;">Byte</td> <td>禁用状态(0,启用/1,禁用)</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML