@ -9,8 +9,8 @@ class College {
return Serve.get(`/articleList`,data);
}
static getCategoryList(data) {
return Serve.get(`/categoryList`,data);
static getCategoryList() {
return Serve.get(`/categoryList`);
static getArticleDetail(data) {