From 0b9608d1d960a01ea03781060c35fb61e8036b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Tue, 20 Jan 2026 20:48:16 +0800 Subject: [PATCH] =?UTF-8?q?pk=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Tencent.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/api/model/Tencent.php b/application/api/model/Tencent.php index 4d62e6e4..61bb02c3 100644 --- a/application/api/model/Tencent.php +++ b/application/api/model/Tencent.php @@ -345,6 +345,7 @@ class Tencent extends Model ); $curlPost = json_encode($curlPost); $reslut = $this->tencent_post_url($postUrl, $curlPost); + Log::record("增加群成员".json_encode($reslut),"info"); if($reslut['ActionStatus'] == 'OK'){ return ['code' => 1, 'msg' => '添加成功', 'data' => null]; }else{