From aef45875a7b73d0793ec63894de5cae52c999ff4 Mon Sep 17 00:00:00 2001 From: jrotty Date: Mon, 1 Apr 2024 15:35:46 +0800 Subject: [PATCH] Update Plugin.php --- Plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugin.php b/Plugin.php index c91acc0..2828fa2 100644 --- a/Plugin.php +++ b/Plugin.php @@ -19,7 +19,7 @@ * * @package CommentNotifier * @author 泽泽社长 - * @version 1.6.2 + * @version 1.6.3 * @link https://github.com/jrotty/CommentNotifier */ @@ -817,4 +817,4 @@ private static function getPostHttpBody($param) // 去除第一个& return substr($str, 0, -1); } -} \ No newline at end of file +}