|
|
@@ -10,7 +10,7 @@ import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.web.bind.annotation.*; |
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
|
@RestController |
|
|
@RestController |
|
|
@RequestMapping("topic") |
|
|
|
|
|
|
|
|
@RequestMapping("/api/topic") |
|
|
@Api(description = "专题相关接口") |
|
|
@Api(description = "专题相关接口") |
|
|
public class WxTopicController extends BaseController { |
|
|
public class WxTopicController extends BaseController { |
|
|
private final Logger logger = LoggerFactory.getLogger(this.getClass()); |
|
|
private final Logger logger = LoggerFactory.getLogger(this.getClass()); |
|
|
|