From 351b9a53cb9ecebdf8f79db0117f540d9c42c2a4 Mon Sep 17 00:00:00 2001 From: whycrzg <ruanzhigang@whycst.com> Date: 星期二, 23 二月 2021 17:19:23 +0800 Subject: [PATCH] update --- src/main/java/com/fgkj/controller/CheckClientController.java | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/fgkj/controller/CheckClientController.java b/src/main/java/com/fgkj/controller/CheckClientController.java index 7254311..db34c14 100644 --- a/src/main/java/com/fgkj/controller/CheckClientController.java +++ b/src/main/java/com/fgkj/controller/CheckClientController.java @@ -1,17 +1,21 @@ package com.fgkj.controller; -import javax.servlet.http.HttpSession; +import com.fgkj.util.*; -import com.fgkj.dto.ServiceModel; import com.fgkj.mapper.CheckMobile; import io.swagger.annotations.Api; +import io.swagger.annotations.ApiOperation; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; +import javax.servlet.http.HttpSession; + +import javax.annotation.Resource; + @RequestMapping("checkClient") @RestController -@Api +@Api(tags = "checkClient鎺ュ彛") public class CheckClientController{ /** * 妫�鏌ヨ闂柟寮忔槸鍚︿负绉诲姩绔� @@ -20,6 +24,7 @@ * @Date : 2014-7-7 涓嬪崍03:55:19 */ @GetMapping("check") + @ApiOperation(notes = "",value="妫�鏌ヨ闂柟寮忔槸鍚︿负绉诲姩绔�") public boolean check(){ boolean isFromMobile=false; -- Gitblit v1.9.1