src/main/java/com/xcong/excoin/modules/gateApi/GateConfigController.java
@@ -38,7 +38,7 @@ } GateConfigDTO dto = persistenceService.load(apiKey); if (dto == null) { dto = new GateConfigDTO(); return Result.fail("apiKey 错误,未找到该配置"); } dto.setApiKey(apiKey); return Result.ok(dto);