add service
All checks were successful
Deploy Smart Search Backend Test / deploy (push) Successful in 1m36s
All checks were successful
Deploy Smart Search Backend Test / deploy (push) Successful in 1m36s
This commit is contained in:
@@ -29,8 +29,7 @@ message GetInfoResponse {
|
||||
string code = 1;
|
||||
int64 user_id = 2;
|
||||
int32 can_be_used_count = 3;
|
||||
int32 used_count = 4;
|
||||
google.protobuf.Timestamp expires_at = 5;
|
||||
bool is_active = 6;
|
||||
google.protobuf.Timestamp created_at = 7;
|
||||
google.protobuf.Timestamp expires_at = 4;
|
||||
bool is_active = 5;
|
||||
google.protobuf.Timestamp created_at = 6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user