dev - forgot optional type
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
dec09ea33a
commit
4010238f8d
@ -267,8 +267,8 @@ message UserGetTransactionListReq {
|
|||||||
optional int64 to_federation_id = 9;
|
optional int64 to_federation_id = 9;
|
||||||
optional double amount_from = 10;
|
optional double amount_from = 10;
|
||||||
optional double amount_to = 11;
|
optional double amount_to = 11;
|
||||||
TransactionStatus status = 12;
|
optional TransactionStatus status = 12;
|
||||||
TransactionType type = 13;
|
optional TransactionType type = 13;
|
||||||
optional string tracking_code = 14;
|
optional string tracking_code = 14;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user