Fix verify new friend application

This commit is contained in:
Changhua
2023-05-01 22:58:16 +08:00
parent 444dcaf352
commit b25a7aedd8
4 changed files with 13 additions and 11 deletions
+3 -2
View File
@@ -139,8 +139,9 @@ message DbRows { repeated DbRow rows = 1; }
message Verification
{
string v3 = 1;
string v4 = 2;
string v3 = 1; // 加密的用户名
string v4 = 2; // Ticket
int32 scene = 3; // 添加方式:17 名片,30 扫码
}
message AddMembers