|
14634 | 14634 | }, |
14635 | 14635 | { |
14636 | 14636 | "name": "CountUserAccountsRequest", |
14637 | | - "code": "message CountUserAccountsRequest {\n\tstring keyword = 1;\n}", |
| 14637 | + "code": "message CountUserAccountsRequest {\n\tstring keyword = 1; // 关键词\n}", |
14638 | 14638 | "doc": "计算账户数量" |
14639 | 14639 | }, |
14640 | 14640 | { |
|
15489 | 15489 | }, |
15490 | 15490 | { |
15491 | 15491 | "name": "CreateReverseProxyResponse", |
15492 | | - "code": "message CreateReverseProxyResponse {\n\tint64 reverseProxyId = 1;\n}", |
| 15492 | + "code": "message CreateReverseProxyResponse {\n\tint64 reverseProxyId = 1; // 反向代理ID\n}", |
15493 | 15493 | "doc": "" |
15494 | 15494 | }, |
15495 | 15495 | { |
@@ -18369,22 +18369,22 @@ |
18369 | 18369 | }, |
18370 | 18370 | { |
18371 | 18371 | "name": "FindEnabledReverseProxyConfigRequest", |
18372 | | - "code": "message FindEnabledReverseProxyConfigRequest {\n\tint64 reverseProxyId = 1;\n}", |
| 18372 | + "code": "message FindEnabledReverseProxyConfigRequest {\n\tint64 reverseProxyId = 1; // 反向代理ID\n}", |
18373 | 18373 | "doc": "查找反向代理配置" |
18374 | 18374 | }, |
18375 | 18375 | { |
18376 | 18376 | "name": "FindEnabledReverseProxyConfigResponse", |
18377 | | - "code": "message FindEnabledReverseProxyConfigResponse {\n\tbytes reverseProxyJSON = 1;\n}", |
| 18377 | + "code": "message FindEnabledReverseProxyConfigResponse {\n\tbytes reverseProxyJSON = 1; // 反向代理配置\n}", |
18378 | 18378 | "doc": "" |
18379 | 18379 | }, |
18380 | 18380 | { |
18381 | 18381 | "name": "FindEnabledReverseProxyRequest", |
18382 | | - "code": "message FindEnabledReverseProxyRequest {\n\tint64 reverseProxyId = 1;\n}", |
| 18382 | + "code": "message FindEnabledReverseProxyRequest {\n\tint64 reverseProxyId = 1; // 反向代理ID\n}", |
18383 | 18383 | "doc": "查找反向代理" |
18384 | 18384 | }, |
18385 | 18385 | { |
18386 | 18386 | "name": "FindEnabledReverseProxyResponse", |
18387 | | - "code": "message FindEnabledReverseProxyResponse {\n\tReverseProxy reverseProxy = 1;\n}", |
| 18387 | + "code": "message FindEnabledReverseProxyResponse {\n\tReverseProxy reverseProxy = 1; // 反向代理信息\n}", |
18388 | 18388 | "doc": "" |
18389 | 18389 | }, |
18390 | 18390 | { |
@@ -18499,22 +18499,22 @@ |
18499 | 18499 | }, |
18500 | 18500 | { |
18501 | 18501 | "name": "FindEnabledUserAccountRequest", |
18502 | | - "code": "message FindEnabledUserAccountRequest {\n\tint64 userAccountId = 1;\n}", |
| 18502 | + "code": "message FindEnabledUserAccountRequest {\n\tint64 userAccountId = 1; // 用户账户ID\n}", |
18503 | 18503 | "doc": "查找单个账户" |
18504 | 18504 | }, |
18505 | 18505 | { |
18506 | 18506 | "name": "FindEnabledUserAccountResponse", |
18507 | | - "code": "message FindEnabledUserAccountResponse {\n\tUserAccount userAccount = 1;\n}", |
| 18507 | + "code": "message FindEnabledUserAccountResponse {\n\tUserAccount userAccount = 1; // 用户账户\n}", |
18508 | 18508 | "doc": "" |
18509 | 18509 | }, |
18510 | 18510 | { |
18511 | 18511 | "name": "FindEnabledUserAccountWithUserIdRequest", |
18512 | | - "code": "message FindEnabledUserAccountWithUserIdRequest {\n\tint64 userId = 1;\n}", |
| 18512 | + "code": "message FindEnabledUserAccountWithUserIdRequest {\n\tint64 userId = 1; // 用户ID\n}", |
18513 | 18513 | "doc": "根据用户ID查找单个账户" |
18514 | 18514 | }, |
18515 | 18515 | { |
18516 | 18516 | "name": "FindEnabledUserAccountWithUserIdResponse", |
18517 | | - "code": "message FindEnabledUserAccountWithUserIdResponse {\n\tUserAccount userAccount = 1;\n}", |
| 18517 | + "code": "message FindEnabledUserAccountWithUserIdResponse {\n\tUserAccount userAccount = 1; // 用户账户\n}", |
18518 | 18518 | "doc": "" |
18519 | 18519 | }, |
18520 | 18520 | { |
@@ -20699,12 +20699,12 @@ |
20699 | 20699 | }, |
20700 | 20700 | { |
20701 | 20701 | "name": "ListUserAccountsRequest", |
20702 | | - "code": "message ListUserAccountsRequest {\n\tstring keyword = 1;\n\tint64 offset = 2;\n\tint64 size = 3;\n}", |
| 20702 | + "code": "message ListUserAccountsRequest {\n\tstring keyword = 1; // 关键词\n\tint64 offset = 2;\n\tint64 size = 3;\n}", |
20703 | 20703 | "doc": "列出单页账户" |
20704 | 20704 | }, |
20705 | 20705 | { |
20706 | 20706 | "name": "ListUserAccountsResponse", |
20707 | | - "code": "message ListUserAccountsResponse {\n\trepeated UserAccount userAccounts = 1;\n}", |
| 20707 | + "code": "message ListUserAccountsResponse {\n\trepeated UserAccount userAccounts = 1; // 用户账户列表\n}", |
20708 | 20708 | "doc": "" |
20709 | 20709 | }, |
20710 | 20710 | { |
@@ -22539,12 +22539,12 @@ |
22539 | 22539 | }, |
22540 | 22540 | { |
22541 | 22541 | "name": "UpdateReverseProxyBackupOriginsRequest", |
22542 | | - "code": "message UpdateReverseProxyBackupOriginsRequest {\n\tint64 reverseProxyId = 1;\n\tbytes originsJSON = 2;\n}", |
| 22542 | + "code": "message UpdateReverseProxyBackupOriginsRequest {\n\tint64 reverseProxyId = 1; // 反向代理ID\n\tbytes originsJSON = 2; // 源站配置 @link json:origin_refs\n}", |
22543 | 22543 | "doc": "修改备用源站信息" |
22544 | 22544 | }, |
22545 | 22545 | { |
22546 | 22546 | "name": "UpdateReverseProxyPrimaryOriginsRequest", |
22547 | | - "code": "message UpdateReverseProxyPrimaryOriginsRequest {\n\tint64 reverseProxyId = 1;\n\tbytes originsJSON = 2;\n}", |
| 22547 | + "code": "message UpdateReverseProxyPrimaryOriginsRequest {\n\tint64 reverseProxyId = 1; // 反向代理ID\n\tbytes originsJSON = 2; // 源站配置 @link json:origin_refs\n}", |
22548 | 22548 | "doc": "修改主要源站信息" |
22549 | 22549 | }, |
22550 | 22550 | { |
|
22554 | 22554 | }, |
22555 | 22555 | { |
22556 | 22556 | "name": "UpdateReverseProxySchedulingRequest", |
22557 | | - "code": "message UpdateReverseProxySchedulingRequest {\n\tint64 reverseProxyId = 1;\n\tbytes schedulingJSON = 2;\n}", |
| 22557 | + "code": "message UpdateReverseProxySchedulingRequest {\n\tint64 reverseProxyId = 1; // 反向代理ID\n\tbytes schedulingJSON = 2; // 调度配置 @link json:scheduling\n}", |
22558 | 22558 | "doc": "修改反向代理调度算法" |
22559 | 22559 | }, |
22560 | 22560 | { |
|
22729 | 22729 | }, |
22730 | 22730 | { |
22731 | 22731 | "name": "UpdateUserAccountRequest", |
22732 | | - "code": "message UpdateUserAccountRequest {\n\tint64 userAccountId = 1;\n\tdouble delta = 2;\n\tstring eventType = 3;\n\tstring description = 4;\n\tbytes paramsJSON = 5;\n}", |
| 22732 | + "code": "message UpdateUserAccountRequest {\n\tint64 userAccountId = 1; // 用户账户ID(非用户ID)\n\tdouble delta = 2; // 操作的数值,正值表示增加,负值表示减少\n\tstring eventType = 3; // 事件类型:charge, award, buyPlan, payBill, refund, withdraw, buyNSPlan, buyTrafficPackage, buyAntiDDoSPackage, renewAntiDDoSPackage\n\tstring description = 4; // 描述\n\tbytes paramsJSON = 5; // 相关参数\n}", |
22733 | 22733 | "doc": "修改用户账户" |
22734 | 22734 | }, |
22735 | 22735 | { |
|
22844 | 22844 | }, |
22845 | 22845 | { |
22846 | 22846 | "name": "User", |
22847 | | - "code": "message User {\n\tint64 id = 1; // 用户ID\n\tstring username = 2; // 用户名\n\tstring fullname = 3; // 全称\n\tstring mobile = 4; // 手机号码\n\tstring tel = 5; // 联系电话\n\tstring email = 6; // 联系邮箱\n\tstring verifiedEmail = 20; // 已验证邮箱\n\tstring verifiedMobile = 23; // 已验证手机号码\n\tstring remark = 7;\n\tbool isOn = 8;\n\tint64 createdAt = 9;\n\tstring registeredIP = 12;\n\tbool isVerified = 13;\n\tbool isRejected = 14;\n\tstring rejectReason = 15;\n\tbool isDeleted = 16;\n\tbool isIndividualIdentified = 17; // 是否已通过个人验证\n\tbool isEnterpriseIdentified = 18; // 是否已通过企业验证\n\tstring bandwidthAlgo = 21; // 带宽算法\n\tstring lang = 22; // 语言代号\n\n\tLogin otpLogin = 19; // OTP认证\n\n\tNodeCluster nodeCluster = 10;\n\trepeated UserFeature features = 11;\n}", |
| 22847 | + "code": "message User {\n\tint64 id = 1; // 用户ID\n\tstring username = 2; // 用户名\n\tstring fullname = 3; // 全称\n\tstring mobile = 4; // 手机号码\n\tstring tel = 5; // 联系电话\n\tstring email = 6; // 联系邮箱\n\tstring verifiedEmail = 20; // 已验证邮箱\n\tstring verifiedMobile = 23; // 已验证手机号码\n\tstring remark = 7; // 备注\n\tbool isOn = 8; // 是否启用\n\tint64 createdAt = 9; // 创建时间\n\tstring registeredIP = 12; // 注册IP\n\tbool isVerified = 13; // 是否已实名认证\n\tbool isRejected = 14; // 实名认证是否已拒绝\n\tstring rejectReason = 15; // 实名认证拒绝理由\n\tbool isDeleted = 16; // 是否已删除\n\tbool isIndividualIdentified = 17; // 是否已通过个人验证\n\tbool isEnterpriseIdentified = 18; // 是否已通过企业验证\n\tstring bandwidthAlgo = 21; // 带宽算法\n\tstring lang = 22; // 语言代号\n\n\tLogin otpLogin = 19; // OTP认证\n\n\tNodeCluster nodeCluster = 10; // 集群信息\n\trepeated UserFeature features = 11; // 开通功能\n}", |
22848 | 22848 | "doc": "" |
22849 | 22849 | }, |
22850 | 22850 | { |
|
22859 | 22859 | }, |
22860 | 22860 | { |
22861 | 22861 | "name": "UserAccount", |
22862 | | - "code": "message UserAccount {\n\tint64 id = 1;\n\tint64 userId = 2;\n\tdouble total = 3;\n\tdouble totalFrozen = 4;\n\n\tUser user = 30;\n}", |
| 22862 | + "code": "message UserAccount {\n\tint64 id = 1; // 账户ID\n\tint64 userId = 2; // 用户ID\n\tdouble total = 3; // 总可用余额\n\tdouble totalFrozen = 4; // 总冻结余额\n\n\tUser user = 30; // 用户信息\n}", |
22863 | 22863 | "doc": "" |
22864 | 22864 | }, |
22865 | 22865 | { |
|
0 commit comments