获取等级
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/level/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;">level_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;: 6,
&quot;merchant_uid&quot;: 2241017519160001,
&quot;rule_uid&quot;: 4241018375920001,//等级标识
&quot;title&quot;: &quot;III&quot;,//等级名称
&quot;service_order_per&quot;: 8.12,//服务折扣
&quot;goods_order_per&quot;: 8.32,//商品折扣
&quot;speed_order_per&quot;: 8,//快速消费折扣
&quot;extra_per&quot;: 8,//赠金折扣
&quot;prepaid_bestow_point_per&quot;: 10,//充值赠送积分比例
&quot;consume_bestow_point_per&quot;: 10,//消费赠送积分比例
&quot;minimum_prepaid_price&quot;: 100,//最低充值金额(分)
&quot;enable_switch&quot;: 1,//使用状态:0=关闭,1=开启
&quot;wechat_switch&quot;: 1,//是否用于微信:0=否,1=是
&quot;extra_original_switch&quot;: 1,//赠金原价消费:0=否,1=是
&quot;create_datetime&quot;: &quot;2024-10-18 10:26:32&quot;,
&quot;update_datetime&quot;: &quot;2024-10-18 10:26:32&quot;,
&quot;open_account_price&quot;: 100,//开户充值金额(分)
&quot;expiry_timestamp&quot;:1729228064,//有效期 0=不限
&quot;level_type&quot;:0,// 类型:0=储值卡
&quot;expiry_timestamp&quot;: 0,
&quot;force_password_switch&quot;: 0,//强制密码 0=否
&quot;auto_card_num_switch&quot;: 0,//自动生成卡号 0=否
&quot;icon&quot;: &quot;&quot;,//图标
&quot;fit_merchant_uid&quot;: [//适用门店列表uid 空列表=全部
2241017519160001//门店uid
],
&quot;fit_department_uid&quot;: [],//适用部门列表uid 空列表=全部
&quot;open_account_rule&quot;: &quot;&quot;,//开卡规则
&quot;open_account_memo&quot;: &quot;&quot;,//开卡备注
&quot;shop_permit_merchant_uid&quot;: [],//允许跨店消费的店铺uid列表 空列表=禁止
&quot;notify_text&quot;: &quot;&quot;//提醒
}
],
&quot;code&quot;: 0
}</code></pre>