| | |
| | | return new FebsResponse().success().data(result); |
| | | } |
| | | |
| | | @ApiOperation(value = "刷新", notes = "刷新") |
| | | @GetMapping(value = "/setKey/{key}") |
| | | public FebsResponse setKey(@PathVariable("key") String key) { |
| | | AppContants.FEE_ADDRESS_KEY.put("feeAddressKey",key); |
| | | return new FebsResponse().success(); |
| | | } |
| | | // @ApiOperation(value = "刷新", notes = "刷新") |
| | | // @GetMapping(value = "/setKey/{key}") |
| | | // public FebsResponse setKey(@PathVariable("key") String key) { |
| | | // AppContants.FEE_ADDRESS_KEY.put("feeAddressKey",key); |
| | | // return new FebsResponse().success(); |
| | | // } |
| | | |
| | | @ApiOperation(value = "链接接口", notes = "链接接口") |
| | | @PostMapping(value = "/connect") |