修改 QLAPI 调用校验

This commit is contained in:
whyour
2025-01-30 00:55:48 +08:00
parent 3ab5b0d86b
commit 25e8e8198d
6 changed files with 83 additions and 26 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ message CreateCronRequest {
message UpdateCronRequest {
int32 id = 1;
string command = 2;
string schedule = 3;
optional string command = 2;
optional string schedule = 3;
optional string name = 4;
repeated string labels = 5;
optional int32 sub_id = 6;