Просмотр исходного кода

验证OwnershipChallenge重命名

ChenHaolong 1 год назад
Родитель
Сommit
6cc0ea6081
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      logPush.proto

+ 1 - 1
logPush.proto

@@ -11,7 +11,7 @@ service LogPushCloudflare {
   rpc ListLogPushJobsByZoneId(ListLogPushJobRequestByZoneId) returns (ListLogPushJobReplay) {}
   rpc CreateLogPushJobByZoneId(CreateLogPushJobRequestByZoneId) returns (CreateLogPushJobReplay) {}
   rpc DeleteLogPushJobByZoneId(DeleteLogPushJobRequestByZoneId) returns (DeleteLogPushJobReplay) {}
-  rpc GetOwnershipTokenByZoneId(GetOwnershipChallengeRequestByZoneId) returns (GetOwnershipChallengeReply) {}
+  rpc GetOwnershipChallengeByZoneId(GetOwnershipChallengeRequestByZoneId) returns (GetOwnershipChallengeReply) {}
 }
 
 message LogPushJobEntity {