mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-26 20:04:56 +00:00
projectId
This commit is contained in:
@ -70,7 +70,7 @@ class UserPermissionApi {
|
||||
"jobTitle": jobTitle != '' ? jobTitle : null,
|
||||
"phoneNumber": phoneNumber != '' ? phoneNumber : null,
|
||||
"roleUuid": roleUuid,
|
||||
"projectUuid": "0e62577c-06fa-41b9-8a92-99a21fbaf51c",
|
||||
"projectUuid": "bcda711e-9fc2-4168-a05e-171b4026d1ff",
|
||||
"spaceUuids": spaceUuids,
|
||||
};
|
||||
final response = await _httpService.post(
|
||||
@ -149,7 +149,7 @@ class UserPermissionApi {
|
||||
"jobTitle": jobTitle != '' ? jobTitle : " ",
|
||||
"phoneNumber": phoneNumber != '' ? phoneNumber : " ",
|
||||
"roleUuid": roleUuid,
|
||||
"projectUuid": "0e62577c-06fa-41b9-8a92-99a21fbaf51c",
|
||||
"projectUuid": "bcda711e-9fc2-4168-a05e-171b4026d1ff",
|
||||
"spaceUuids": spaceUuids,
|
||||
};
|
||||
final response = await _httpService.put(
|
||||
@ -190,7 +190,7 @@ class UserPermissionApi {
|
||||
try {
|
||||
Map<String, dynamic> bodya = {
|
||||
"disable": status,
|
||||
"projectUuid": "0e62577c-06fa-41b9-8a92-99a21fbaf51c"
|
||||
"projectUuid": "bcda711e-9fc2-4168-a05e-171b4026d1ff"
|
||||
};
|
||||
|
||||
final response = await _httpService.put(
|
||||
|
||||
Reference in New Issue
Block a user