<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??一站式輕松地調用各大LLM模型接口,支持GPT4、智譜、豆包、星火、月之暗面及文生圖、文生視頻 廣告
                ## 發送短信 ```php <?php $data['Account'] = $_POST['Account']; $data['Pwd'] = $_POST['Pwd']; $data['Content'] = $_POST['Content']; $data['Mobile'] = $_POST['Mobile']; $data['SignId'] = $_POST['SignId']; $url="http://api.feige.ee/SmsService/Send"; $res=post($url,$data); echo $res;exit; function post($url, $data, $proxy = null, $timeout = 20) { $curl = curl_init(); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']); //在HTTP請求中包含一個"User-Agent: "頭的字符串。 curl_setopt($curl, CURLOPT_HEADER, 0); //啟用時會將頭文件的信息作為數據流輸出。 curl_setopt($curl, CURLOPT_POST, true); //發送一個常規的Post請求 curl_setopt($curl, CURLOPT_POSTFIELDS, $data);//Post提交的數據包 curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1); //啟用時會將服務器服務器返回的"Location: "放在header中遞歸的返回給服務器,使用CURLOPT_MAXREDIRS可以限定遞歸返回的數量。 curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); //文件流形式 curl_setopt($curl, CURLOPT_TIMEOUT, $timeout); //設置cURL允許執行的最長秒數。 $content = curl_exec($curl); curl_close($curl); unset($curl); return $content; } ?> ``` ## 國際短信 ```php <?php $data['Account'] = $_POST['Account']; $data['Pwd'] = $_POST['Pwd']; $data['Content'] = $_POST['Content']; $data['Mobile'] = $_POST['Mobile'];//需要帶上國際代碼 例如 8613812345678 $data['TemplateId'] = $_POST['TemplateId']; $data['SignId'] = $_POST['SignId']; $url="http://api.feige.ee/SmsService/Inter"; $res=post($url,$data); echo $res;exit; function post($url, $data, $proxy = null, $timeout = 20) { $curl = curl_init(); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']); //在HTTP請求中包含一個"User-Agent: "頭的字符串。 curl_setopt($curl, CURLOPT_HEADER, 0); //啟用時會將頭文件的信息作為數據流輸出。 curl_setopt($curl, CURLOPT_POST, true); //發送一個常規的Post請求 curl_setopt($curl, CURLOPT_POSTFIELDS, $data);//Post提交的數據包 curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1); //啟用時會將服務器服務器返回的"Location: "放在header中遞歸的返回給服務器,使用CURLOPT_MAXREDIRS可以限定遞歸返回的數量。 curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); //文件流形式 curl_setopt($curl, CURLOPT_TIMEOUT, $timeout); //設置cURL允許執行的最長秒數。 $content = curl_exec($curl); curl_close($curl); unset($curl); return $content; } ?> ``` ## 模板短信 ```php <?php $data['Account'] = $_POST['Account']; $data['Pwd'] = $_POST['Pwd']; $data['Content'] = $_POST['Content']; $data['Mobile'] = $_POST['Mobile']; $data['TemplateId'] = $_POST['TemplateId']; $data['SignId'] = $_POST['SignId']; $url="http://api.feige.ee/SmsService/Template"; $res=post($url,$data); echo $res;exit; function post($url, $data, $proxy = null, $timeout = 20) { $curl = curl_init(); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']); //在HTTP請求中包含一個"User-Agent: "頭的字符串。 curl_setopt($curl, CURLOPT_HEADER, 0); //啟用時會將頭文件的信息作為數據流輸出。 curl_setopt($curl, CURLOPT_POST, true); //發送一個常規的Post請求 curl_setopt($curl, CURLOPT_POSTFIELDS, $data);//Post提交的數據包 curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1); //啟用時會將服務器服務器返回的"Location: "放在header中遞歸的返回給服務器,使用CURLOPT_MAXREDIRS可以限定遞歸返回的數量。 curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); //文件流形式 curl_setopt($curl, CURLOPT_TIMEOUT, $timeout); //設置cURL允許執行的最長秒數。 $content = curl_exec($curl); curl_close($curl); unset($curl); return $content; } ?> ```
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看