CZT
2023-09-17 8cbee71a1145555fabb0ebcdd9a8654da4a485ae
src/main/java/com/fzzy/api/view/pr/Api1202PR.java
@@ -130,7 +130,7 @@
    @Expose
    public String delData(Api1202 data) {
        apiRepository.deleteById(data.getId());
        apiRepository.deleteById(data.getRkywdh());
        return null;
    }