zory 2 hafta önce
ebeveyn
işleme
eecbb79406
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      app/controller/mini/Notify.php

+ 2 - 0
app/controller/mini/Notify.php

@@ -28,6 +28,8 @@ class Notify extends Base
     {
         try {
             $param = $request->post();
+            echo getDateFull()."==webhook==\n";
+            print_r($param);
             if (empty($param['event'])) return error("参数错误");
             if (empty($param['content'])) return error("参数错误");
             switch ($param['event']) {