删除无用文件
This commit is contained in:
@@ -154,4 +154,12 @@ export const getRandomGroup = () => {
|
||||
url: '/api/service/customerStaff/generateGroupId',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
/** 获取融云的登录信息 */
|
||||
export const getRongYunLoginInfo = () => {
|
||||
return http({
|
||||
url: '/api/user/usersig/ry',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user