| | |
| | | return new FebsResponse().success(); |
| | | } |
| | | |
| | | @ApiOperation(value = "根据flowID,重新消费", notes = "根据flowID,重新消费") |
| | | @GetMapping(value = "/sendFlow/{flowId}") |
| | | public FebsResponse sendFlow(@PathVariable("flowId") String flowId) { |
| | | chainProducer.sendContractAnDao(Long.parseLong("flowId")); |
| | | return new FebsResponse().success(); |
| | | } |
| | | // @ApiOperation(value = "根据flowID,重新消费", notes = "根据flowID,重新消费") |
| | | // @GetMapping(value = "/sendFlow/{flowId}") |
| | | // public FebsResponse sendFlow(@PathVariable("flowId") String flowId) { |
| | | // chainProducer.sendContractAnDao(Long.parseLong(flowId)); |
| | | // return new FebsResponse().success(); |
| | | // } |
| | | |
| | | // @ApiOperation(value = "头部数据", notes = "头部数据") |
| | | // @GetMapping(value = "/totalIncome") |