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);