fix: 批量删除imsi超时时间

This commit is contained in:
TsMask
2024-01-12 15:39:47 +08:00
parent a89c028c18
commit d01b9432da
4 changed files with 4 additions and 2 deletions

View File

@@ -118,6 +118,7 @@ export function delSub(neId: string, imsi: string) {
return request({
url: `/ne/udm/sub/${neId}/${imsi}`,
method: 'delete',
timeout: 180_000,
});
}