fix
zhangqian
2024-03-20 6befd5f2fe9779883993b87f2e686885c147bc34
proto/user.proto
@@ -14,7 +14,8 @@
  string username = 2;
  int32 usertype = 3;
  string nickname = 4;
  // ... other fields
  repeated string sub_user_ids = 5;
  bool sub_user_queried = 6;
}
message UserRequest {