This commit is contained in:
2025-06-17 03:10:31 +07:00
parent be8e7fa482
commit 9cc6646fe3
15 changed files with 432 additions and 131 deletions
+12
View File
@@ -71,6 +71,12 @@ service EveningDetective {
body: "*"
};
}
rpc DownloadTeamsQrCodesFile(DownloadTeamsQrCodesFileReq) returns (DownloadTeamsQrCodesFileRsp) {
option (google.api.http) = {
get: "/teams/pdf"
};
}
}
message PingReq {}
@@ -167,3 +173,9 @@ message GiveApplicationsReq {
}
message GiveApplicationsRsp {}
message DownloadTeamsQrCodesFileReq {}
message DownloadTeamsQrCodesFileRsp {
bytes result = 1;
}
+4
View File
@@ -57,3 +57,7 @@ POST http://localhost:8090/teams/1/applications
}
]
}
### Qr коды команд в pdf
GET http://localhost:8090/teams/pdf