src/main/kotlin/cn/flightfeather/supervision/lightshare/web/CityController.kt
@@ -6,7 +6,7 @@
import io.swagger.annotations.Api
import org.springframework.web.bind.annotation.*
@Api(tags = ["CityController"], description = "城市信息API接口")
@Api(tags = ["城市信息API接口"], description = "城市信息API接口")
@RestController
@IgnoreResponseAdvice
@RequestMapping("/city")