This commit is contained in:
2025-12-04 21:53:47 +08:00
parent f7d11c5f8b
commit d2258883df
5 changed files with 20 additions and 10 deletions

View File

@@ -22,7 +22,7 @@
return @(intValue);
} else {
//
KBLOG(@"⚠️ 收到非法的userStatus值: %ld", (long)intValue);
// KBLOG(@"⚠️ 收到非法的userStatus值: %ld", (long)intValue);
return @(UserSexMan);
}
}