ludc
2024-06-27 a36a33fe9b9af48b3f03b7a6a19e622c8f3d376c
Source/plt-web/plt-web-ui/src/api/user.js
@@ -94,8 +94,8 @@
});
export const getUserInfo = () => request({
  url: '/api/blade-auth/oauth/user-info',
  method: 'get'
  url: '/api/framework/loginController/getSessionInfo',
  method: 'post'
});
export const sendLogs = (list) => request({