查询商户回调设置
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询商户回调设置</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/router-center/fuyou/merchant/getNotifyConfig</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;">traceNo</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>流水号</td>
</tr>
<tr>
<td style="text-align: left;">insCd</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>机构号</td>
</tr>
<tr>
<td style="text-align: left;">notifyType</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> {
"msg": "成功",
"data": {
"insCd": "08A9999999",
"notifyEmailFlag": "1",
"notifyUrl": "https://beta.qianlinpay.com/pays/result/callbackTp",
"notifyUrlFlag": "1",
"notifyType": "report",
"notifyEmails": "zhangwq1@fuiou.com,lina@fuiou.com,liusn@fuiou.com,dengqy@fuiou.com,363915812@qq.com",
"sign": "6191b906c4ce222130c893c0ba782cfd",
"resultCode": "0000",
"resultMsg": "SUCCESS"
},
"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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>