资源一体化-用户端

资源一体化-用户端


根据id获取福利兑换详情

<h4>根据id获取福利兑换详情</h4> <pre><code>url: /admin/welfare/exchangeinfo 请求方式: GET 说明: 根据id获取福利兑换详情</code></pre> <p>入参参数说明:</p> <table> <thead> <tr> <th>参数名</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>recordId</td> <td>是</td> <td>long</td> <td>兑换记录Id</td> </tr> </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>data</td> <td>Object</td> <td>返回的数据</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "msg": "操作成功!", "code": "0000", "data": { "id": 103, "exchangeCode": "157527494846897587", "exchangeCount": 2, "exchangeTime": "2019-11-20 16:50:29", "userCenterId": "1", "userPhone": "15465776233", "couponCode": "017ec72096104dc0954c8f1ca2665ff5", "couponName": "测试优惠券创建和装配", "welfareId": 10, "welfareTitle": "测试装配后的优惠券的福利", } }</code></pre> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>id</td> <td>long</td> <td>兑换记录id</td> </tr> <tr> <td>exchangeCode</td> <td>String</td> <td>兑换记录编号</td> </tr> <tr> <td>exchangeTime</td> <td>datetime</td> <td>兑换时间</td> </tr> <tr> <td>exchangeCount</td> <td>int</td> <td>兑换消耗的乘车次数</td> </tr> <tr> <td>userCenterId</td> <td>String</td> <td>用户中心id</td> </tr> <tr> <td>userPhone</td> <td>String</td> <td>用户手机号</td> </tr> <tr> <td>couponCode</td> <td>String</td> <td>优惠券编号</td> </tr> <tr> <td>couponName</td> <td>String</td> <td>优惠券名</td> </tr> <tr> <td>welfareId</td> <td>long</td> <td>福利id</td> </tr> <tr> <td>welfareTitle</td> <td>String</td> <td>福利名称</td> </tr> </tbody> </table>

页面列表

ITEM_HTML