光id会员信息
<p><strong>接口说明 </strong></p>
<pre><code>请求接口: /ivm/app/shiny/info
请求方式: GET
接口说明: 光id会员信息</code></pre>
<p><strong>请求参数 </strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>长度</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>返回参数</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>string</td>
<td>状态值</td>
</tr>
<tr>
<td>msg</td>
<td>string</td>
<td>返回消息</td>
</tr>
<tr>
<td>id</td>
<td>long</td>
<td>绑定记录id</td>
</tr>
<tr>
<td>qrCode</td>
<td>string</td>
<td>绑定时使用的二维码url</td>
</tr>
<tr>
<td>lightId</td>
<td>string</td>
<td>闪易光id</td>
</tr>
<tr>
<td>dailyMaxMoney</td>
<td>int</td>
<td>每日限额</td>
</tr>
<tr>
<td>status</td>
<td>int</td>
<td>状态(0正常,1冻结)</td>
</tr>
<tr>
<td>bindTime</td>
<td>date</td>
<td>绑定时间</td>
</tr>
<tr>
<td>openAliQuickPay</td>
<td>int</td>
<td>0未开通,1已开通</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": "0000",
"msg": "操作成功!",
"data": [
{
"id": 1,
"userCenterId": "1",
"userPhone": "13967119967",
"qrCode": "https://open.robooot.com/qrcode/flash-key/118190901097758B95",
"lightId": "11819090109775",
"dailyMaxMoney": 300,
"status": 0,
"bindTime": "2020-06-18 03:21:03",
"openAliQuickPay": 1
}
]
}</code></pre>
<p><strong>接口备注</strong></p>