zhongrj
2024-01-12 bcc15e63a3a58f47cd7ef08b5ecd3d86ca915cd6
src/api/discuss/userTopics.js
@@ -1,8 +1,8 @@
import request from '@/router/axios';
export const getList = (current, size, params) => {
export const getPage = (current, size, params) => {
  return request({
    url: '/api/blade-userTopics/userTopics/list',
    url: '/api/blade-userTopics/userTopics/page',
    method: 'get',
    params: {
      ...params,