Prechádzať zdrojové kódy

修改发送消息提醒

kevin_zhangl 3 rokov pred
rodič
commit
0b9a947ad8
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      console/controllers/ToolController.php

+ 1 - 1
console/controllers/ToolController.php

@@ -179,7 +179,7 @@ class ToolController extends BaseController
      * 自动送钉钉提醒
      */
     public function actionAutoSendDingTalkTable() {
-        $ip = 'http://ng-frontend-api.elken.com';
+        $ip = 'https://ng-frontend-api.elken.com';
 //        $ip = 'http://16.163.228.151:8026';
         $curl = curl_init();
         curl_setopt($curl, CURLOPT_URL, $ip . '/v1/site/send-notice');