This commit is contained in:
2026-01-20 20:48:16 +08:00
parent 7e160790bc
commit 0b9608d1d9

View File

@@ -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{