服务基本信息API中增加用户ID信息

This commit is contained in:
GoEdgeLab
2023-03-25 20:51:28 +08:00
parent 6f23d1b513
commit 221be70a50
3 changed files with 64 additions and 53 deletions

View File

@@ -20,6 +20,7 @@ message Server {
string dnsName = 19;
bool supportCNAME = 23;
int64 userPlanId = 24;
int64 userId = 29; // 所属用户ID
// 配置相关
bytes config = 17;