Zory 2 hafta önce
ebeveyn
işleme
ffe3a12262
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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);