获取门诊待缴支持的支付方式
<p><strong>迭代版本:</strong>2.9.28(新增)</p>
<p><strong>简要描述:</strong></p>
<ul>
<li>获取支持的支付方式(1微信、2一卡通)</li>
<li>获取门诊缴费支持的支付形式</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>/chronic/hisOutPatientPay/getPayWaySupport(获取支持的支付方式(1微信、2一卡通);目前一个医院只有一种)</li>
<li>/chronic/hisOutPatientPay/getPayTypeSupport(获取门诊缴费支持的支付形式;0单缴、1全缴;目前一个医院只有一种)</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<p><strong>参数:从jwt中获取用户归属平台</strong> </p>
<p><strong>返回示例</strong></p>
<pre><code>{
"retcode": "0000",
"errMsg": "操作成功",
"body": "weChat,eCardPay"
}</code></pre>
<pre><code>{
"retcode": "0000",
"errMsg": "操作成功",
"body": "0"
}</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;">body</td>
<td style="text-align: left;">String</td>
<td>支持的支付方式(weChat微信、eCardPay一卡通)</td>
</tr>
<tr>
<td style="text-align: left;">body</td>
<td style="text-align: left;">int</td>
<td>获取门诊缴费支持的支付形式,0单缴、1全缴</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>