update 【gRPC API】 proto files

This commit is contained in:
社会易姐QwQ
2022-06-22 23:32:57 +08:00
parent 3c8dfc6d61
commit 24517028f7
10 changed files with 1549 additions and 164 deletions

View File

@@ -43,12 +43,12 @@ message PrivacyConfigReply {
// 隐私开关状态
enum PrivacyConfigState {
close = 0; // 关闭
open = 1; // 打开
open = 1; // 打开
}
// 隐私开关类型
enum PrivacyConfigType {
none = 0; //
none = 0; //
dynamic_city = 1; // 动态同城
}