refactor: add unified all service gateway

This commit is contained in:
2026-08-10 10:03:46 +08:00
parent 5ea45a76fe
commit f994b2de9c
143 changed files with 2853 additions and 2129 deletions

View File

@@ -31,5 +31,5 @@ message RegisterReply {
string identity = 2; //用户唯一码
string token = 4; //用户Header所需Token
map<string, string> extend = 5; //扩展字段
blocks.VerifyStatus verify_status = 6; // 用户验证状态
base_passport_blocks.VerifyStatus verify_status = 6; // 用户验证状态
}