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{