Explorar o código

修改发送消息提醒

kevin_zhangl %!s(int64=3) %!d(string=hai) anos
pai
achega
d41f93edbb
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      common/libs/taskQueue/TaskFunc.php

+ 3 - 1
common/libs/taskQueue/TaskFunc.php

@@ -62,8 +62,10 @@ class TaskFunc
      * 自动送钉钉提醒
      */
     public static function autoSendDingTalkTable() {
+        $ip = 'https://fapi.ekhkad.com';
+//        $ip = 'http://16.163.228.151:8013';
         $curl = curl_init();
-        curl_setopt($curl, CURLOPT_URL, 'http://16.163.228.151:8013/v1/site/send-notice');
+        curl_setopt($curl, CURLOPT_URL, $ip . '/v1/site/send-notice');
         curl_setopt($curl, CURLOPT_TIMEOUT, 5000);
         curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
         curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, false);