update grpc message from 7.29.0 (#754)

This commit is contained in:
陈寒彤
2023-07-26 11:45:14 +08:00
committed by GitHub
parent 8ba78600ff
commit ed307dbc7e
3 changed files with 308 additions and 1 deletions

View File

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