Explorar el Código

修改定时任务发送方法

kevin_zhangl hace 3 años
padre
commit
27074ae126
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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_setopt($curl, CURLOPT_URL, 'http://16.163.228.151:8013/v1/site/send-notice');
         curl_setopt($curl, CURLOPT_TIMEOUT, 5000);