增加新人特权的修改

This commit is contained in:
zhonghua.li
2026-05-22 22:37:44 +08:00
parent 0a2efaaf11
commit b5baeee764
3 changed files with 751 additions and 120 deletions

View File

@@ -107,3 +107,14 @@ export function syncHxrAdminColleagueVip(params) {
skipResponseNormalize: true
})
}
/** 按用户 ID 列表批量开通或关闭 hxrd 用户特权 */
export function updateHxrAdminUserVipByUserIds(data) {
return request({
url: '/lbPurchaseApply/updateHxrAdminUserVipByUserIds',
method: 'post',
data,
timeout: 120000,
skipResponseNormalize: true
})
}