教育训练处考试制证系统后端
heheng
2025-01-21 44f7e1fe5136eb0666bb599387406ea6b12e659b
exam-system/src/main/java/com/gkhy/exam/pay/controller/NonCoalPayController.java
@@ -124,7 +124,7 @@
    /**
     * 删除非煤缴费管理
     */
    @DeleteMapping("/id")
    @DeleteMapping("/{id}")
    @ApiOperation(value = "删除非煤缴费管理")
    @ApiImplicitParam(name = "id", dataTypeClass = Long.class, value = "id", required = true)
    public AjaxResult remove(@PathVariable Long id) {
@@ -153,7 +153,7 @@
    /**
     * 删除【请填写功能名称】
     */
    @DeleteMapping("/delNonCalStu/id")
    @DeleteMapping("/delNonCalStu/{id}")
    @ApiOperation(value = "删除非煤缴费学员")
    @ApiImplicitParam(name = "id", dataTypeClass = Long.class, value = "id", required = true)
    public AjaxResult delNonCalStu(@PathVariable Long id) {
@@ -179,7 +179,7 @@
    @GetMapping("/nonCoalSelectH5")
    @ApiOperation(value = "H5查询缴费信息")
    @ApiOperation(value = "非煤H5查询缴费信息")
    @Anonymous
    @ApiImplicitParams({
            @ApiImplicitParam(name = "phone", dataTypeClass = String.class, value = "电话", required = true),