充值-获取优惠设置
<p><strong>请求方法名:</strong> </p>
<ul>
<li><code>GetPreferenceNewConfig</code></li>
</ul>
<p><strong>请求参数:</strong> </p>
<ul>
<li><code>{&quot;Type&quot;:&quot;1&quot;,&quot;CashConfigId&quot;:&quot;9440&quot;}</code></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>
<th>注释</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">是</td>
<td></td>
<td>公司入款=1,在线入款=2</td>
</tr>
<tr>
<td style="text-align: left;">cashConfigId</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">是</td>
<td></td>
<td>支付通道ID</td>
</tr>
</tbody>
</table>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET/POST </li>
</ul>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;Status&quot;: true,
&quot;Info&quot;: &quot;&quot;,
&quot;Data&quot;: {
&quot;RechargePrivilege&quot;: 4,
&quot;PreferenceMax&quot;: 0,
&quot;PreferenceLine&quot;: 10,
&quot;PreferencePercent&quot;: 10,
&quot;IsFirst&quot;: false
},
&quot;Code&quot;: 0
}</code></pre>
<p><strong>返回参数说明</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">字段</th>
<th>注释</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">RechargePrivilege</td>
<td>存款优惠。1、首次存款送优惠,2、每次存款送优惠,3、首次优惠但可放弃优惠,4、每次优惠但可放弃优惠</td>
</tr>
<tr>
<td style="text-align: left;">PreferenceMax</td>
<td>优惠上限</td>
</tr>
<tr>
<td style="text-align: left;">PreferenceLine</td>
<td>达多少量</td>
</tr>
<tr>
<td style="text-align: left;">PreferencePercent</td>
<td>优惠百分比</td>
</tr>
<tr>
<td style="text-align: left;">IsFirst</td>
<td>首次存款</td>
</tr>
</tbody>
</table>