This commit is contained in:
@@ -22,14 +22,12 @@ message GenerateResponse {
|
||||
}
|
||||
|
||||
message GetInfoRequest {
|
||||
string code = 1;
|
||||
int64 user_id = 1;
|
||||
}
|
||||
|
||||
message GetInfoResponse {
|
||||
string code = 1;
|
||||
int64 user_id = 2;
|
||||
int32 can_be_used_count = 3;
|
||||
google.protobuf.Timestamp expires_at = 4;
|
||||
bool is_active = 5;
|
||||
google.protobuf.Timestamp created_at = 6;
|
||||
int32 can_be_used_count = 2;
|
||||
google.protobuf.Timestamp expires_at = 3;
|
||||
google.protobuf.Timestamp created_at = 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user