lin
2024-04-11 fa0ad8bb14dbfd9e6c2efcf92743270a986a8745
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
    }
  })
}
}