소스 검색

Merge branch 'feature/2189-exceptionHandle' into dev

kevin_zhangl 3 년 전
부모
커밋
8693e7d8e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      console/controllers/ToolController.php

+ 1 - 1
console/controllers/ToolController.php

@@ -171,7 +171,7 @@ class ToolController extends BaseController
     /**
     /**
      * 自动送钉钉提醒
      * 自动送钉钉提醒
      */
      */
-    public static function autoSendDingTalkTable() {
+    public static function actionAutoSendDingTalkTable() {
         $curl = curl_init();
         $curl = curl_init();
         curl_setopt($curl, CURLOPT_URL, 'http://16.163.228.151:8013/v1/site/send-notice');
         curl_setopt($curl, CURLOPT_URL, 'http://16.163.228.151:8013/v1/site/send-notice');
         curl_setopt($curl, CURLOPT_TIMEOUT, 5000);
         curl_setopt($curl, CURLOPT_TIMEOUT, 5000);