From 5dd9b1bf7c74a7e1b586571ea1fab994b4232c7d Mon Sep 17 00:00:00 2001
From: zhang <9170731+weqfer@user.noreply.gitee.com>
Date: Thu, 14 Dec 2023 10:37:43 +0800
Subject: [PATCH] '更新最新内容'
---
src/api/hfiveget/index.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/api/hfiveget/index.js b/src/api/hfiveget/index.js
index 98c32a4..b828971 100644
--- a/src/api/hfiveget/index.js
+++ b/src/api/hfiveget/index.js
@@ -25,7 +25,8 @@
//登录
export const Loginto = (params) => {
return request({
- url: "/api/blade-auth/oauth/token",
+ // url: "/api/blade-auth/oauth/token",
+ url: '/api/blade-auth/oauth/token?tenantId=000000&username=' + params + '&password=21232f297a57a5a743894a0e4a801fc3&grant_type=password&scope=all&type=account',
method: "post",
apiKey: true,
params: {
--
Gitblit v1.9.3