Zory hace 2 semanas
padre
commit
693d5b8214
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/controller/mini/Notify.php

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

@@ -26,6 +26,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("参数错误");
             $content = json_decode($param['content'], true);