大神项目app接口

大神项目app接口


查询退款进度

<p><strong>简要描述:</strong> </p> <ul> <li>查询退款进度</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>api/refundContent/getRefundContentListNew</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </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;">orderNewId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Long</td> <td>新订单id</td> </tr> <tr> <td style="text-align: left;">playType</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>0:玩家端 1:大神端</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { "code": 200, "msg": "查询申请退款记录数据成功", "success": true, "data": { "refundId": "", "refundMoney": 50, "compensateMoney": "0.99", "responsible": "0", "refundScpz": "0", "refundCreateTimeShow": "2018-12-11 09:58:09", "sumMoney": 49.01, "levelPrice": 50, "couponPrice": 0, "totalAdditionalMoney": "0.00", "realMoney": 50, "orderNumber": "20181207171226779934", "againRefund": "1", "mainStatus": 80, "subStatus": 10, "mainTitle": "退款完成", "autoRefundTime": "", "refundStatus": "3", "addedServiceList": [ { "title": "超时赔付", "value": "10.00" }, { "title": "再上一颗星", "value": "20.00" } ], "totalMoney": "160.01", "reContentList": [ { "id": "0e81b9830c7146d9bf3eda2d9eab2505", "refundId": "1d951e24526149798e2c9edd02b4b72b", "refundTitle": "我不想买了", "discription": "我不想买了", "uploadPz": "", "refundType": "", "isCservice": "", "refundStatus": "", "refundReason": "", "createTime": "", "sjbh": "", "serverType": "0", "sumMoney": "", "refundMoney": "", "time": "2018-12-11 09:58:09" } ], "discountGradeMoney": "50.00", "paidList": [ { "title": "买家责任赔付", "value": "-0.99" }, { "title": "超时补偿", "value": "+111" } ] } }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">addedServiceList</td> <td style="text-align: left;">List</td> <td>title:增值服务名称,value:价格</td> </tr> <tr> <td style="text-align: left;">paidList</td> <td style="text-align: left;">List</td> <td>赔付列表</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML