mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 08:25:07 +00:00
4.8.10 test (#2578)
* fix: auth error * perf: refresh members * fix: variable run * fix: runtime check * fix: dataset info show
This commit is contained in:
@@ -29,10 +29,14 @@ export async function authOutLinkCrud({
|
||||
return Promise.reject(OutLinkErrEnum.unExist);
|
||||
}
|
||||
|
||||
if (String(outLink.teamId) !== teamId) {
|
||||
return Promise.reject(OutLinkErrEnum.unAuthLink);
|
||||
}
|
||||
|
||||
const { app } = await authAppByTmbId({
|
||||
tmbId,
|
||||
appId: outLink.appId,
|
||||
per: per
|
||||
per
|
||||
});
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user