|
@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
import java.util.List;
|
|
|
|
|
|
/**
|
|
|
- * Description
|
|
|
+ * Description(接口已搬至spi)
|
|
|
*
|
|
|
* @author : Charles
|
|
|
* @date : 2020/6/15
|
|
@@ -103,5 +103,4 @@ public class HomeController extends BaseController {
|
|
|
public JsonModel<List<ImageLink>> getAdvertising() {
|
|
|
return homeService.getAdvertising();
|
|
|
}
|
|
|
-
|
|
|
}
|