wzh 5 yıl önce
ebeveyn
işleme
7bbe5c86ed
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      api/application/helpers/function_helper.php

+ 1 - 1
api/application/helpers/function_helper.php

@@ -462,7 +462,7 @@ function send_cmd($cmd, $timeout = 30, $ms_timeout = 200) {
 * @param string $url
 * @param string $param
 */
-function http_post($url = '', $data = '',$header=array(),$timeout = 30) {
+function request_post($url = '', $data = '',$header=array(),$timeout = 30) {
     $tuCurl = curl_init();
      //参数
     curl_setopt($tuCurl, CURLOPT_URL,$url);