Browse Source

no message

wzh 5 năm trước cách đây
mục cha
commit
7bbe5c86ed
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);