多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# 充值账户流水列表 #### 请求地址 admin/Customer/rechargeAccountFlowList 接口类型:需身份校验 #### body参数 | 名称 | 是否必须 | 类型 | 默认值 | 备注 | | --- | --- | --- | --- | --- | | token| true | string | null | token | | page| false| string | null | 当前页 | | pageSize| false| string | null | 每页显示条数 | | customerId| true| string | null | 客户ID | | cardCatId| true| string | null | 卡种ID | | date| false| string | null | 日期(例如:2019-09) | | isExport| false | string | null | 是否导出Excel(0:否 1:是) | | customerName| false| string | null | 客户名称 | #### 状态码 | Code | Msg | | --- | --- | | 0 | 成功 | | -1 | 失败 | #### 成功返回 ~~~ { "code": 0, "msg": "操作成功", "data": { "total": 1, "pageSize": 15, "start": 0, "root": \[             { "id": 112, "cardNo": "22KPRBF3VG", "cardCatId": 19, "rechargeTarget": "18221347016", "aid": 5, "createTime": "2020-03-04 19:33:42", "apiReturn": "{\\"code\\":0,\\"message\\":\\"接口调用成功\\",\\"result\\":\\"{\\\\\\"order\_id\\\\\\":\\\\\\"20030417467297751933\\\\\\",\\\\\\"product\_id\\\\\\":10015257,\\\\\\"product\_name\\\\\\":\\\\\\"爱奇艺黄金会员周卡-10元-直充-TO B异业渠道专用-自营\\\\\\",\\\\\\"charge\_account\\\\\\":\\\\\\"18221347016\\\\\\",\\\\\\"customer\_order\_no\\\\\\":\\\\\\"20200304193342568904\\\\\\",\\\\\\"create\_time\\\\\\":\\\\\\"2020-03-04 19:33:42\\\\\\",\\\\\\"buy\_num\\\\\\":1,\\\\\\"order\_price\\\\\\":5.5000,\\\\\\"order\_state\\\\\\":\\\\\\"untreated\\\\\\",\\\\\\"finish\_time\\\\\\":null,\\\\\\"area\\\\\\":\\\\\\"\\\\\\",\\\\\\"server\\\\\\":\\\\\\"\\\\\\",\\\\\\"type\\\\\\":\\\\\\"\\\\\\",\\\\\\"order\_type\\\\\\":4,\\\\\\"operator\_serial\_number\\\\\\":\\\\\\"\\\\\\"}\\",\\"sign\\":\\"3c7342323cc642b48c00870140f76efb\\"}", "apiCallbackReturn":"{\\"code\\":0,\\"message\\":\\"\\接\\口\\调\\用\\成\\功\\",\\"result\\":\\"{\\\\\\"order\_id\\\\\\":\\\\\\"20030417467297751933\\\\\\",\\\\\\"product\_id\\\\\\":10015257,\\\\\\"product\_name\\\\\\":\\\\\\"\\爱\\奇\\艺\\黄\\金\\会\\员\\周\\卡-10\\元-\\直\\充-TO B\\异\\业\\渠\\道\\专\\用-\\自\\营\\\\\\",\\\\\\"charge\_account\\\\\\":\\\\\\"18221347016\\\\\\",\\\\\\"customer\_order\_no\\\\\\":\\\\\\"20200304193342568904\\\\\\",\\\\\\"create\_time\\\\\\":\\\\\\"2020-03-04 19:33:42\\\\\\",\\\\\\"buy\_num\\\\\\":1,\\\\\\"order\_price\\\\\\":5.5000,\\\\\\"order\_state\\\\\\":\\\\\\"success\\\\\\",\\\\\\"finish\_time\\\\\\":\\\\\\"2020-03-04 19:33:44\\\\\\",\\\\\\"area\\\\\\":null,\\\\\\"server\\\\\\":null,\\\\\\"type\\\\\\":null,\\\\\\"cards\\\\\\":null,\\\\\\"order\_type\\\\\\":4,\\\\\\"operator\_serial\_number\\\\\\":\\\\\\"--\\\\\\"}\\",\\"sign\\":\\"6b27d41fb2dfc948da9da392bb6cf172\\"}", "ip": "223.91.94.163", "useTime": 0, "finalUseTime": 8971, "rechargeState": 2, "orderNo": "20200304193342568904", "userId": 0, "customerId": 1, "cardCatName": "爱奇艺黄金周卡", "platformName": "福禄充值平台", "rechargeStateName": "充值成功", "discount": 83, "salesMoney": "116.20"             }         \], "totalPage": 1, "currPage": 1     } } ~~~