--修复修改鉴权用户
This commit is contained in:
@@ -61,9 +61,9 @@ export function getAuth(neId: string, imsi: string) {
|
||||
* @param data 鉴权对象
|
||||
* @returns object
|
||||
*/
|
||||
export function updateAuth(data: Record<string, any>) {
|
||||
export function updateAuth(data: Record<string, any>,neID:string) {
|
||||
return request({
|
||||
url: `/udmUserManage/v1/auth/${data.neId}`,
|
||||
url: `/udmUserManage/v1/auth/${neID}`,
|
||||
method: 'put',
|
||||
data: data,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user