测试
This commit is contained in:
@@ -146,4 +146,12 @@ export const getIpBlack = (loading = true) => {
|
||||
method: 'get',
|
||||
loading
|
||||
})
|
||||
}
|
||||
|
||||
/** 获取随机群号 */
|
||||
export const getRandomGroup = () => {
|
||||
return http({
|
||||
url: '/api/service/customerStaff/generateGroupId',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user