亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

php curl post json Could not resolve host

php curl post json Could not resolve host

PHP
白豬掌柜的 2019-03-15 17:54:01
1.在linux下通過curl直接請求ok2.把代碼里面的地址換成ip,請求正常3.代碼如下:private function post($url, $data, $timeout = 3)     {         $jsonData = json_encode($data);         $ch = curl_init();         curl_setopt($ch, CURLOPT_URL, $url);         curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);         curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);         curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);         curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);         curl_setopt($ch, CURLOPT_HTTPHEADER, ['Content-Type: application/json;Charset=utf-8','Content-Length :'.strlen($jsonData)]);         curl_setopt($ch, CURLOPT_POST, 1);         curl_setopt($ch, CURLOPT_POSTFIELDS, $jsonData);         $resp = curl_exec($ch);        if ($resp === false) {             Yii::info('resp err:'.curl_error($ch));             curl_close($ch);            return [];         }         curl_close($ch);        return json_decode($resp, true);     }研究了半天,不知道哪有問題,一直無法解析域名。服務器是阿里云的,對方服務器是騰訊云.哪位大神指導一下。
查看完整描述

2 回答

?
UYOU

TA貢獻1878條經驗 獲得超4個贊

不過沒有加這個文章里面的參數,我只是重啟了一下php-fpm,然后就好了,不知道為啥.

查看完整回答
反對 回復 2019-03-15
  • 2 回答
  • 0 關注
  • 1192 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號