feat: 用户信息增加别名

This commit is contained in:
HuChundong
2025-04-02 00:32:25 +08:00
parent 59bccbb931
commit 72361fe932
4 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
#pragma once
#pragma once
#include <map>
#include <string>
@@ -55,6 +55,7 @@ typedef struct {
string name;
string mobile;
string home;
string alias;
} UserInfo_t;
typedef struct {
+2 -1
View File
@@ -1,4 +1,4 @@
syntax = "proto3";
syntax = "proto3";
package wcf;
option java_package = "com.iamteer";
@@ -178,6 +178,7 @@ message UserInfo
string name = 2; // 昵称
string mobile = 3; // 手机号
string home = 4; // 文件/图片等父路径
string alias = 5; // 修改后的wxid
}
message DecPath