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

This commit is contained in:
刘祥超
2023-03-25 20:51:28 +08:00
parent 0036b0730b
commit 602a89602e
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;