zhongrj
2024-03-29 2ce6491e137bc6f990e1e605a952f6b92ef021d9
src/api/article/articleComment.js
@@ -11,6 +11,17 @@
    }
  })
}
export const getPageList = (current, size, params) => {
  return request({
    url: '/api/blade-articleComment/articleComment/pageWeb',
    method: 'get',
    params: {
      ...params,
      current,
      size,
    }
  })
}
export const getListWords = (current, size, params) => {
  return request({
@@ -69,4 +80,4 @@
      type
    }
  })
}
}