Zory 2 周之前
父节点
当前提交
693d5b8214
共有 1 个文件被更改,包括 2 次插入0 次删除
  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);