|
@@ -53,12 +53,13 @@ message ChatCardInfo{
|
|
|
int64 sex = 4;// 性别
|
|
int64 sex = 4;// 性别
|
|
|
int64 age = 6; // 年龄
|
|
int64 age = 6; // 年龄
|
|
|
string constellation = 7; // 星座
|
|
string constellation = 7; // 星座
|
|
|
- repeated common.TagList tagList = 9; // 标签列表
|
|
|
|
|
|
|
+ repeated string list = 9; // 相册列表
|
|
|
string introduceVoice = 10; // 介绍语音
|
|
string introduceVoice = 10; // 介绍语音
|
|
|
string province = 11;// 省
|
|
string province = 11;// 省
|
|
|
string city = 12;// 市
|
|
string city = 12;// 市
|
|
|
string area = 13;// 区
|
|
string area = 13;// 区
|
|
|
bool isFinishInformation = 14;//是否完善资料
|
|
bool isFinishInformation = 14;//是否完善资料
|
|
|
|
|
+ string signature = 15;// 签名
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
message PartnerChatCardInfo{
|
|
message PartnerChatCardInfo{
|