From 6befd5f2fe9779883993b87f2e686885c147bc34 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 20 三月 2024 14:43:20 +0800
Subject: [PATCH] fix

---
 proto/user.proto |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/proto/user.proto b/proto/user.proto
index 83a93cc..8234322 100644
--- a/proto/user.proto
+++ b/proto/user.proto
@@ -15,6 +15,7 @@
   int32 usertype = 3;
   string nickname = 4;
   repeated string sub_user_ids = 5;
+  bool sub_user_queried = 6;
 }
 
 message UserRequest {

--
Gitblit v1.8.0