udpate userId

master
wanghualei 2021-06-02 15:19:57 +08:00
parent c4bfec4d26
commit 4499ae2f6c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
{
config.cryptType = FATApiCryptTypeMD5;
}
config.userId = [self.userId copy];
config.currentUserId = [self.userId copy];
NSLog(@"disablePermission:%d",self.disablePermission);
config.disableAuthorize = self.disablePermission;