flat: 合并

This commit is contained in:
Apcallover
2024-05-06 16:28:21 +08:00
parent f2f94d98c9
commit df75e81d36
11 changed files with 397 additions and 31 deletions

View File

@@ -8,3 +8,11 @@ export const getList =
params
})
}
export const consultMailboxInfoUpdate =
(params) => {
return request({
url: '/api/jobslink-api/content/consultMailboxInfo/update',
method: 'PUT',
data: params
})
}