mirror of
https://git.xeondev.com/LR/S.git
synced 2026-03-28 02:23:11 +01:00
Release 0.1.0
This commit is contained in:
17
proto/pb/cs_monthlycard.proto
Normal file
17
proto/pb/cs_monthlycard.proto
Normal file
@@ -0,0 +1,17 @@
|
||||
syntax = "proto3";
|
||||
package proto;
|
||||
|
||||
option go_package = "/csproto";
|
||||
|
||||
message SC_MONTHLYCARD_SYNC {
|
||||
int32 valid_end_ts = 1;
|
||||
int32 last_reward_ts = 2;
|
||||
repeated SCD_MONTHLYCARD_REWARD_RECORD last_reward_records = 3;
|
||||
}
|
||||
message SCD_MONTHLYCARD_REWARD_RECORD {
|
||||
int32 reward_ts = 1;
|
||||
int32 confirm_ts = 2;
|
||||
}
|
||||
message CS_MONTHLYCARD_CONFIRM_REWARD {
|
||||
int32 target_reward_ts = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user