运营后台2.0


网商-支付宝|微信

<p><strong>简要描述:</strong> </p> <ul> <li>商户入驻接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/app-center/mybank/register.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;">boolConfig</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>0-否 1-公众号 2-新立码 (支付宝可不传)</td> </tr> <tr> <td style="text-align: left;">registerId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>若重复进件,必传</td> </tr> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>若重复进件,必传</td> </tr> <tr> <td style="text-align: left;">authorizationDirList</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Array(String)</td> <td>授权目录(数组项为字符串)</td> </tr> <tr> <td style="text-align: left;">appIdAndSubAppIdList</td> <td style="text-align: left;">否</td> <td style="text-align: left;">Array(Object)</td> <td>关注公众号和关联appId(数组项为对象,对象为包含两个属性:appId-关联appId subAppId-关注公众号 )</td> </tr> </tbody> </table> <p><strong>简要描述:</strong> </p> <ul> <li>网商微信查看详情接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/app-center/mybank/getWxParamDetail.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>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">boolConfig</td> <td style="text-align: left;">int</td> <td>0-否 1-公众号 2-新立码</td> </tr> <tr> <td style="text-align: left;">authorizationDirList</td> <td style="text-align: left;">Array(String)</td> <td>授权目录(数组项为字符串)</td> </tr> <tr> <td style="text-align: left;">appIdAndSubAppIdList</td> <td style="text-align: left;">Array(Object)</td> <td>关注公众号和关联appId(数组项为对象,对象为包含两个属性:appId-关联appId subAppId-关注公众号 )</td> </tr> </tbody> </table> <p><strong>简要描述:</strong> </p> <ul> <li>网商费率查询接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/app-center/mybank/queryFee.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;">mchId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>商户号</td> </tr> <tr> <td style="text-align: left;">routerTypeId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>路由id</td> </tr> </tbody> </table> <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;">feeValueList</td> <td style="text-align: left;">Array(Object)</td> <td>场景和费率(数组项为对象,对象为包含两个属性:device-场景 feeValue-2位小数费率 )</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;feeValueList&amp;quot; : [ { &amp;quot;device&amp;quot; : &amp;quot;手机&amp;quot;, &amp;quot;feeValue&amp;quot; : &amp;quot;0.71&amp;quot; }, { &amp;quot;device&amp;quot; : &amp;quot;电脑&amp;quot;, &amp;quot;feeValue&amp;quot; : &amp;quot;0.80&amp;quot; }, { &amp;quot;device&amp;quot; : &amp;quot;被扫支付&amp;quot;, &amp;quot;feeValue&amp;quot; : &amp;quot;0.13&amp;quot; }, { &amp;quot;device&amp;quot; : &amp;quot;微信公众号&amp;quot;, &amp;quot;feeValue&amp;quot; : &amp;quot;0.48&amp;quot; }, { &amp;quot;device&amp;quot; : &amp;quot;H5网页&amp;quot;, &amp;quot;feeValue&amp;quot; : &amp;quot;0.17&amp;quot; } ] } } </code></pre> <p><strong>备注:</strong> 费率有可能为空</p>

页面列表

ITEM_HTML