linwei
2024-02-03 aa22136ad06aa48a6085adeb2f09d255499fb4d5
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,