This commit is contained in:
bobobobo
2026-02-01 15:19:53 +08:00
parent 3060d8386c
commit 69bb850559
4 changed files with 16 additions and 2 deletions

View File

@@ -146,4 +146,12 @@ export const getIpBlack = (loading = true) => {
method: 'get',
loading
})
}
/** 获取随机群号 */
export const getRandomGroup = () => {
return http({
url: '/api/service/customerStaff/generateGroupId',
method: 'get'
})
}