초기커밋
This commit is contained in:
15
Protocol/proto/UGQ_Api.proto
Normal file
15
Protocol/proto/UGQ_Api.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option csharp_namespace = "UGQApiServer";
|
||||
|
||||
message LoginRequest
|
||||
{
|
||||
string username = 1;
|
||||
string password = 2;
|
||||
}
|
||||
|
||||
message LoginResponse
|
||||
{
|
||||
string token = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user