辽宁统一认证登录

This commit is contained in:
cdf
2026-06-03 15:54:15 +08:00
parent fae2a7d735
commit 1652b5faf8
2 changed files with 15 additions and 13 deletions

View File

@@ -46,9 +46,8 @@ export async function login(params: any) {
//辽宁嵌入登录获取token
export async function loginLNqr() {
return request({
url: '/LNapi/pqs-auth/oauth/lnLogin',
url: '/pqs-auth/oauth/lnLogin',
method: 'get',
baseURL: ''
})
}