multi id search is added
This commit is contained in:
parent
7f2b137aae
commit
0a20633990
|
@ -19,7 +19,7 @@ prost = { version = "0" }
|
|||
nats = { version = "0" }
|
||||
base64 = { version = "0" }
|
||||
|
||||
beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.87-snapshot" }
|
||||
beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.73-snapshot" }
|
||||
beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.89-snapshot" }
|
||||
beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.75-snapshot" }
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
@ -94,9 +94,11 @@ impl Service {
|
|||
bpr::ss::api::betting::list_betting_history_request::request::Search {
|
||||
member_id: s.member_id,
|
||||
vendor_id: s.vendor_id,
|
||||
vendor_ids: s.vendor_ids,
|
||||
vendor_name: s.vendor_name,
|
||||
vendor_name_like: s.vendor_name_like,
|
||||
game_id: s.game_id,
|
||||
game_ids: s.game_ids,
|
||||
game_name: s.game_name,
|
||||
game_name_like: s.game_name_like,
|
||||
game_category: s.game_category,
|
||||
|
|
Loading…
Reference in New Issue
Block a user