Zory 2 周之前
父節點
當前提交
ffe3a12262
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/controller/mini/Notify.php

+ 1 - 1
app/controller/mini/Notify.php

@@ -31,7 +31,7 @@ class Notify extends Base
             if (empty($param['event'])) return error("参数错误");
             if (empty($param['content'])) return error("参数错误");
             $return = match ($param['event']) {
-                "verify_token" => ['challenge' => $param['content']['challenge']],
+                "verify_webhook" => ['challenge' => $param['content']['challenge']],
                 default => [],
             };
             print_r($return);