feat: 用户信息增加别名
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user