linwe
2024-05-17 7ea62e6d8571649cedcd8aef58469d53948e4df2
src/api/logs.js
@@ -11,11 +11,12 @@
  })
}
export const getApiList = (current, size) => {
export const getApiList = (current, size,params) => {
  return request({
    url: '/api/blade-log/api/list',
    url: '/api/blade-log/api/page',
    method: 'get',
    params: {
      ...params,
      current,
      size
    }