feat: 增加已安装应用操作的执行时间 (#854)

pull/860/head
zhengkunwang223 2023-05-04 11:58:41 +08:00 committed by GitHub
parent a073113817
commit c62fd4841a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ export const GetAppInstalled = (search: App.AppInstalledSearch) => {
};
export const InstalledOp = (op: App.AppInstalledOp) => {
return http.post<any>('apps/installed/op', op);
return http.post<any>('apps/installed/op', op, 40000);
};
export const SyncInstalledApp = () => {