阶段性提交

This commit is contained in:
刘祥超
2021-06-27 22:00:02 +08:00
parent be404ea98d
commit e4b59c5e85
20 changed files with 3344 additions and 398 deletions

View File

@@ -80,6 +80,7 @@ message CreateACMETaskRequest {
repeated string domains = 4;
bool autoRenew = 5;
string authType = 6;
string authURL = 7;
}
message CreateACMETaskResponse {
@@ -94,6 +95,7 @@ message UpdateACMETaskRequest {
string dnsDomain = 4;
repeated string domains = 5;
bool autoRenew = 6;
string authURL = 7;
}
// 删除任务