mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-02 20:58:12 +00:00
4.6.7-alpha commit (#743)
Co-authored-by: Archer <545436317@qq.com> Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
This commit is contained in:
@@ -44,3 +44,5 @@ export const delLeaveTeam = (teamId: string) =>
|
||||
export const checkTeamExportDatasetLimit = (datasetId: string) =>
|
||||
GET(`/support/user/team/limit/exportDatasetLimit`, { datasetId });
|
||||
export const checkTeamWebSyncLimit = () => GET(`/support/user/team/limit/webSyncLimit`);
|
||||
export const checkTeamDatasetSizeLimit = (size: number) =>
|
||||
GET(`/support/user/team/limit/datasetSizeLimit`, { size });
|
||||
|
Reference in New Issue
Block a user