获取会员列表
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/customer</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;">ban_switch</td>
<td style="text-align: left;">in:0,1</td>
<td style="text-align: left;">int</td>
<td>封禁:0=否,1=是</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code>{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: 15,
&quot;customer_uid&quot;: 2411014012600110,//会员唯一值
&quot;balance_price&quot;: 0,//余额(分)
&quot;extra_price&quot;: 0,//赠金(分)
&quot;rewards_points&quot;: 0,//积分
&quot;real_name&quot;: &quot;test&quot;,//名字
&quot;level_uid&quot;: &quot;4241021391300001&quot;,//等级唯一值
&quot;enroll_datetime&quot;: &quot;2024-11-01 10:59:22&quot;,//注册时间
&quot;card_number&quot;: &quot;&quot;,//卡号
&quot;real_name_spell&quot;: &quot;&quot;,//名字拼音
&quot;gender&quot;: 1,//性别
&quot;memo&quot;: &quot;&quot;,//备注
&quot;level_title&quot;: &quot;III&quot;//等级名称
}
],
&quot;code&quot;: 0
}</code></pre>