删除无用文件

This commit is contained in:
bobobobo
2026-02-04 20:05:32 +08:00
parent a0e0cecbc1
commit f59e09f4ee
374 changed files with 29 additions and 386 deletions

View File

@@ -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'
})
}