shuishen
2024-01-09 626af15b65701197a33ad0d1384bae8d56c169ce
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
    }
  })
}
}