add grpc docs (#741)

This commit is contained in:
陈寒彤
2023-07-14 12:46:41 +08:00
committed by GitHub
parent aa233779e1
commit f5263d0457
5 changed files with 244 additions and 29 deletions

View File

@@ -12,10 +12,10 @@ message FawkesReply {
//
message FawkesReq {
// 客户端在fawkes系统的唯一名
// 客户端在fawkes系统的唯一名, 如 `android64`
string appkey = 1;
// 客户端在fawkes系统中的环境参数
// 客户端在fawkes系统中的环境参数, 如 `prod`
string env = 2;
// 启动id
// 启动id, 32 位 0~9, a~z 组成的字符串
string session_id = 3;
}