权限调整 #9

Merged
tangweijie merged 2 commits from lm/fix/databoard into master 2026-01-21 17:26:36 +08:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 6a023b5aa7 - Show all commits

View File

@ -77,8 +77,8 @@ const getAuthToken = async (): Promise<string> => {
const tokenData = await createAccessToken(
{
grant_type: 'password',
username: 'andp',
password: 'an123',
username: 'admin',
password: 'admin123',
scope: 'prison:ai-dash-entry:query'
},
1, // 租户ID

View File

@ -20,8 +20,8 @@ const getAuthToken = async (): Promise<string> => {
const tokenData = await createAccessToken(
{
grant_type: 'password',
username: 'andp',
password: 'an123',
username: 'admin',
password: 'admin123',
scope: 'prison:ai-dash-entry:query'
},
1, // 租户ID