diff --git a/Cargo.toml b/Cargo.toml index 8d6426b..bd84050 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.93-snapshot" } -beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.79-snapshot" } +beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.94-snapshot" } +beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.80-snapshot" } [build-dependencies] diff --git a/src/api/betting/service.rs b/src/api/betting/service.rs index 2d1859c..e218355 100644 --- a/src/api/betting/service.rs +++ b/src/api/betting/service.rs @@ -260,14 +260,15 @@ impl Service { cash: b.cash, before_cash: b.before_cash, after_cash: b.after_cash, - key: b.key, - ref_id: b.ref_id, - o_ref_id: b.o_ref_id, group_key: b.group_key, + detail: b.detail, is_bonus: b.is_bonus, is_promo: b.is_promo, is_jackpot: b.is_jackpot, site_username: b.site_username, + key: b.key, + ref_id: b.ref_id, + o_ref_id: b.o_ref_id, betting_type: b.betting_type, category: b.category, created_at: b.created_at,