创建ACME用户、ACME任务时可以指定平台用户

This commit is contained in:
刘祥超
2023-04-23 15:01:10 +08:00
parent c0856d3b46
commit 97f56c7bb1
5 changed files with 229 additions and 208 deletions

View File

@@ -74,6 +74,7 @@ message ListEnabledACMETasksResponse {
// 创建任务
message CreateACMETaskRequest {
int64 userId = 8; // 平台用户ID只有管理员才有权限指定
int64 acmeUserId = 1;
int64 dnsProviderId = 2;
string dnsDomain = 3;