feat 协议

This commit is contained in:
2026-01-12 00:44:26 +08:00
parent 6bc9f18199
commit 43ca340d54
9 changed files with 22 additions and 14 deletions

View File

@@ -54,7 +54,7 @@ message GetUserInfoResp {
// ---------- GenerateQuestion ----------
message GenerateQuestionReq {
int32 Num = 1 [json_name = "num"]; // 生成数量
string Category = 2 [json_name = "Category"]; // 题目类型
string Category = 2 [json_name = "category"]; // 题目类型
}
message GenerateQuestionResp {
}