zhongrj
2023-12-25 f1d2203a9325430c0273b707ba74b00ec28bb71e
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
    }
  })
}
}