道路线索应急巡查系统服务后台
feiyu02
2025-04-25 79bd8ea222cc3518ec91dce3dfb30fcf387cf96d
src/main/kotlin/com/flightfeather/grid/web/ClueQuestionController.kt
@@ -37,7 +37,8 @@
    @GetMapping("/fetch")
    fun getClueQuestion(
        @ApiParam("线索id") @RequestParam clueId: String,
    ) = resPack { clueQuestionService.getClueQuestion(clueId) }
        @ApiParam("是否为线索") @RequestParam(required = false) internal: Boolean?,
    ) = resPack { clueQuestionService.getClueQuestion(clueId, internal) }
    @ApiOperation("推送线索问题及图片至第三方")
    @PostMapping("/push")