交友房 送礼主持嘉宾判断

This commit is contained in:
2025-08-30 09:46:55 +08:00
parent b8cb82687b
commit 0b5bd9f0e8
2 changed files with 10 additions and 12 deletions

View File

@@ -153,7 +153,7 @@ class Tencent extends Model
$curlPost = json_encode($curlPost);
$reslut = $this->tencent_post_url($postUrl, $curlPost);
Log::record("腾讯用户拉入黑名单".json_encode($reslut),"infos");
// Log::record("腾讯用户拉入黑名单".json_encode($reslut),"infos");
if($reslut['ActionStatus'] == 'OK'){
return ['code' => 200, 'msg' => '添加成功', 'data' => null];
}else{
@@ -241,9 +241,9 @@ class Tencent extends Model
);
$curlPost = json_encode($curlPost);
$reslut = $this->tencent_post_url($postUrl, $curlPost);
Log::record("广播消息信息".json_encode($reslut),"info");
Log::record("广播消息信息3".json_encode($admin_sig),"info");
Log::record("广播消息信息2".$admin_sig,"info");
// Log::record("广播消息信息".json_encode($reslut),"info");
// Log::record("广播消息信息3".json_encode($admin_sig),"info");
// Log::record("广播消息信息2".$admin_sig,"info");
if($reslut['ActionStatus'] == 'OK'){
return ['code' => 1, 'msg' => '发送成功', 'data' => $reslut];
}else{
@@ -364,7 +364,7 @@ class Tencent extends Model
);
$curlPost = json_encode($curlPost);
$reslut = $this->tencent_post_url($postUrl, $curlPost);
Log::record("腾讯群内删除成员结果".json_encode($reslut),"info");
// Log::record("腾讯群内删除成员结果".json_encode($reslut),"info");
if($reslut['ActionStatus'] == 'OK'){
return ['code' => 1, 'msg' => '操作成功', 'data' => null];
}else{
@@ -419,11 +419,11 @@ class Tencent extends Model
if($OnlineOnlyFlag == 1){
$curlPost['OnlineOnlyFlag'] = 1;
}
Log::record("xitong消息信息1:".$admin_sig,"info");
// Log::record("xitong消息信息1:".$admin_sig,"info");
$curlPost = json_encode($curlPost);
$reslut = $this->tencent_post_url($postUrl, $curlPost);
Log::record("xitong消息信息2:".$reslut,"info");
// Log::record("xitong消息信息2:".$reslut,"info");
return $reslut;
}