init 方式新增userId
parent
081c9b82f8
commit
c4bfec4d26
|
@ -16,7 +16,9 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
@property (nonatomic, copy) NSString *apiServer;
|
||||
@property (nonatomic, copy) NSString *apiPrefix;
|
||||
@property (nonatomic, copy) NSString *cryptType;
|
||||
@property (nonatomic, copy) NSString *userId;
|
||||
@property (nonatomic, assign) BOOL disablePermission;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
{
|
||||
config.cryptType = FATApiCryptTypeMD5;
|
||||
}
|
||||
config.userId = [self.userId copy];
|
||||
|
||||
NSLog(@"disablePermission:%d",self.disablePermission);
|
||||
config.disableAuthorize = self.disablePermission;
|
||||
|
|
Loading…
Reference in New Issue