完善功能

This commit is contained in:
wangxiaowei
2026-03-28 19:04:57 +08:00
parent 873044e622
commit 3974fae724
3 changed files with 141 additions and 85 deletions

View File

@ -23,4 +23,9 @@ export function apiTeamasterUserDelete(params: any) {
// 用户表详情
export function apiTeamasterUserDetail(params: any) {
return request.get({ url: '/teamaster_user/detail', params })
}
}
// 专属圈子
export function apiLabel(params: any) {
return request.get({ url: '/teamasterReal/label', params })
}