合并分支 'dev_api_change' 到 'master'

登录相关接口修改

查看合并请求 coscoshipping/fe_service_ebtp_frontend!2
This commit is contained in:
李鑫
2025-06-12 09:29:35 +00:00
7 changed files with 17 additions and 17 deletions

View File

@ -9,7 +9,7 @@ export async function getMenu(params: any) {
}
export async function fgetUserMsg(params: any) {
return request('/api/core-service-ebtp-userinfo/v1/userinfo/get', {
return request('/api/sys-manager-ebtp-project/v1/userinfo/get', {
method: 'GET',
headers: { 'Authorization': params },
data: params,
@ -17,7 +17,7 @@ export async function fgetUserMsg(params: any) {
}
export async function getLogout() { // 退出登录,注销
return request('/api/core-service-ebtp-userinfo/v1/userinfo/logout', {
return request('/api/sys-manager-ebtp-project/v1/userinfo/logout', {
method: 'get',
// params
});