1
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
return @(intValue);
|
||||
} else {
|
||||
// 如果收到非法值,可以返回默认值
|
||||
KBLOG(@"⚠️ 收到非法的userStatus值: %ld", (long)intValue);
|
||||
// KBLOG(@"⚠️ 收到非法的userStatus值: %ld", (long)intValue);
|
||||
return @(UserSexMan);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user