Browse Source

update

master
jaydan 11 months ago
parent
commit
a4f6a4bf56
  1. 1413
      user_profile/v1/user_profile.pb.go
  2. 2
      user_profile/v1/user_profile.proto

1413
user_profile/v1/user_profile.pb.go

File diff suppressed because it is too large Load Diff

2
user_profile/v1/user_profile.proto

@ -177,6 +177,7 @@ message QueryUserProfileResp {
bool need_room_guide = 20;
//
bool show_winning_lottery = 21;
string phone = 22;
}
//
@ -216,6 +217,7 @@ message BatchQueryUserProfileRespItem {
int64 charm_growth_value = 18;
//
bool show_winning_lottery = 19;
string phone = 20;
}
message BatchQueryUserProfileResp {

Loading…
Cancel
Save