管理后台-封禁-调试

This commit is contained in:
2026-01-27 10:13:42 +08:00
parent 210a325688
commit f4da4ffae9

View File

@@ -450,7 +450,6 @@ class Tencent extends Model
$curlPost = json_encode($curlPost);
$reslut = $this->tencent_post_url($postUrl, $curlPost);
print_r($reslut);die;
// Log::record("xitong消息信息2:".$reslut,"info");
return $reslut;
}