管理后台-封禁

This commit is contained in:
2026-01-27 09:00:12 +08:00
parent 02ce80b8ed
commit 486f42bd5b

View File

@@ -429,7 +429,7 @@ class Tencent extends Model
$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;
}