update_member is modified
This commit is contained in:
parent
fb7fb09f9d
commit
5a380bb925
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user