File tree Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -28,23 +28,24 @@ message ContactPayloadRequest {
2828 string id = 1 ;
2929}
3030message ContactPayloadResponse {
31- string id = 1 ;
32- ContactGender gender = 2 ;
33- ContactType type = 3 ;
34- string name = 4 ;
35- string avatar = 5 ;
36- string address = 6 ;
37- string alias = 7 ;
38- string city = 8 ;
39- bool friend = 9 ;
40- string province = 10 ;
41- string signature = 11 ;
42- bool star = 12 ;
43- string weixin = 13 ;
44- string corporation = 14 ;
45- string title = 15 ;
46- string description = 16 ;
47- bool coworker = 17 ;
31+ string id = 1 ;
32+ ContactGender gender = 2 ;
33+ ContactType type = 3 ;
34+ string name = 4 ;
35+ string avatar = 5 ;
36+ string address = 6 ;
37+ string alias = 7 ;
38+ string city = 8 ;
39+ bool friend = 9 ;
40+ string province = 10 ;
41+ string signature = 11 ;
42+ bool star = 12 ;
43+ string weixin = 13 ;
44+ string corporation = 14 ;
45+ string title = 15 ;
46+ string description = 16 ;
47+ bool coworker = 17 ;
48+ repeated string phone = 18 ;
4849}
4950
5051message ContactSelfQRCodeRequest {}
You can’t perform that action at this time.
0 commit comments