|
|
@@ -11,7 +11,7 @@ import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.web.bind.annotation.*; |
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
|
@RestController |
|
|
@RestController |
|
|
@RequestMapping("wxMallBuilding") |
|
|
|
|
|
|
|
|
@RequestMapping("/api/wxMallBuilding") |
|
|
public class WxMallBuildingController extends BaseController { |
|
|
public class WxMallBuildingController extends BaseController { |
|
|
private final Logger logger = LoggerFactory.getLogger(this.getClass()); |
|
|
private final Logger logger = LoggerFactory.getLogger(this.getClass()); |
|
|
|
|
|
|
|
|
|