xuefei
2020-12-12 160487aedf89e2aea61f043c7a5c3d211ed19798
platform-modules/platform-zhyl/src/main/java/cn/cetc54/platform/zhyl/api/CommonController.java
@@ -10,10 +10,7 @@
import io.swagger.annotations.ApiOperation;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.*;
import java.util.ArrayList;
import java.util.List;
@@ -25,7 +22,8 @@
@Slf4j
@RestController
@Api(description = "通用接口")
@RequestMapping("/api/common")
@RequestMapping("/api2/common")
@CrossOrigin("*")
public class CommonController {
    @Autowired
    private IAreaService iAreaService;