获取规则
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/prepaid/rule</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET <code>AUTH</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>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">prepaid_uid</td>
<td style="text-align: left;">>=0</td>
<td style="text-align: left;">int</td>
<td>规则唯一值</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code>{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: 7,
&quot;merchant_uid&quot;: 2241017519160001,
&quot;prepaid_uid&quot;: 5241018505250001,//规则唯一值
&quot;title&quot;: &quot;X&quot;,/级名称
&quot;prepaid_price&quot;: 2000,//充值金额(分)
&quot;extra_price&quot;: 1000,//赠送金额(分)
&quot;expiry_timestamp&quot;: 0,//有效期 0=不限
&quot;enable_switch&quot;: 1,//使用状态:0=关闭,1=开启
&quot;create_datetime&quot;: &quot;2024-10-18 14:02:05&quot;,
&quot;update_datetime&quot;: &quot;2024-10-18 14:02:05&quot;
}
],
&quot;code&quot;: 0
}
</code></pre>