update 【gRPC API】 proto files

This commit is contained in:
社会易姐QwQ
2022-02-05 18:34:14 +08:00
parent 9c467bbebc
commit e572a207de
17 changed files with 3722 additions and 1422 deletions

View File

@@ -11,6 +11,6 @@ message Status {
int32 code = 1;
// 业务错误信息
string message = 2;
//扩展信息嵌套(相当于该messasge的套娃)
// 扩展信息嵌套(相当于该messasge的套娃)
repeated google.protobuf.Any details = 3;
}