update_member is modified

This commit is contained in:
병준 박 2022-08-15 04:37:50 +00:00
parent fb7fb09f9d
commit 5a380bb925
2 changed files with 10 additions and 8 deletions

View File

@ -85,10 +85,11 @@ message GetMemberByUsernameResponse {
message UpdateMemberRequest {
message BankAccount {
string bank_id = 1;
string name = 2;
string account_number = 3;
string exchange_password = 4;
string id = 1;
string bank_id = 2;
string name = 3;
string account_number = 4;
string exchange_password = 5;
}
string id = 1;
optional string site_id = 2;

View File

@ -108,10 +108,11 @@ message GetMemberByUsernameResponse {
message UpdateMemberRequest {
message Request {
message BankAccount {
string bank_id = 1;
string name = 2;
string account_number = 3;
string exchange_password = 4;
string id = 1;
string bank_id = 2;
string name = 3;
string account_number = 4;
string exchange_password = 5;
}
string id = 1;
optional string site_id = 2;