return $data; } public function curlPost($url = '', $postData = '', $query = false, $options = array()){ if(is_array($postData)){ $postData = http_build_query($postData); } $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $postData); curl_setopt($ch, CURLOPT_TIMEOUT, 30); if(!empty($query)){ curl_setopt($ch, CURLOPT_HTTPHEADER, array('content-type: application/x-www-form-urlencoded;charset=' . $this->charset)); } if(!empty($options)){ curl_setopt_array($ch, $options); } curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); $data = curl_exec($ch); curl_close($ch); return $data; } }?> 修罗 Xiuno BBS每日签到插件【修罗·轻鸿】V3.3-V3.4适配版-xiuno插件-Xiuno论坛
29

修罗 Xiuno BBS每日签到插件【修罗·轻鸿】V3.3-V3.4适配版

xinyu
2025-05-03 5408

最新回复 (29)
  • jy2515 @Ta 2025-11-16 这家伙太懒了,什么也没留下。 取消查看
    0 引用 25

    感谢分享!

    • Xiuno论坛
      31

请先登录后发表评论!

返回