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