소스 검색

no message

wzh 5 년 전
부모
커밋
7bbe5c86ed
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);