udpate userId
parent
c4bfec4d26
commit
4499ae2f6c
|
@ -34,7 +34,7 @@
|
||||||
{
|
{
|
||||||
config.cryptType = FATApiCryptTypeMD5;
|
config.cryptType = FATApiCryptTypeMD5;
|
||||||
}
|
}
|
||||||
config.userId = [self.userId copy];
|
config.currentUserId = [self.userId copy];
|
||||||
|
|
||||||
NSLog(@"disablePermission:%d",self.disablePermission);
|
NSLog(@"disablePermission:%d",self.disablePermission);
|
||||||
config.disableAuthorize = self.disablePermission;
|
config.disableAuthorize = self.disablePermission;
|
||||||
|
|
Loading…
Reference in New Issue