商户登记
<p><strong>简要描述:</strong> </p>
<ul>
<li>商户登记</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/router-center/fuyou/merchant/merAdd</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>请求格式: </strong></p>
<ul>
<li>application/json</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;">FyReportDto</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">FyReportDto</td>
<td>进件对象</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> "msg": "成功",
"data": {
"acnt_upd_no": "",
"wx_mchnt_cd": "",
"auto_buy_msg": "",
"acnt_upd_st": "",
"acnt_upd_ts": "",
"wxapp_mchnt_cd": "",
"trace_no": "",
"ret_msg": "操作成功",
"wechat_mchnt_cd": "",
"acnt_upd_msg": "",
"fy_mchnt_cd": "0005530F8004087",
"mchnt_name": "",
"auto_buy_cd": "",
"ret_code": "0000"
},
"code": "200"</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;">fy_mchnt_cd</td>
<td style="text-align: left;">string</td>
<td>生成富友商户号</td>
</tr>
<tr>
<td style="text-align: left;">trace_no</td>
<td style="text-align: left;">string</td>
<td>返回流水号</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>