rabin 7 năm trước cách đây
mục cha
commit
a0cf83d14c
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      task/lib/Cron.php

+ 3 - 3
task/lib/Cron.php

@@ -15,7 +15,7 @@ class Cron
 	 *
 	 * @return mixed
 	 */
-	public function clearTask_api()
+	public function clearTask()
 	{
 		$data = Dever::db('task/info')->gets();
         $time = time();
@@ -47,7 +47,7 @@ class Cron
      *
      * @return mixed
      */
-    public function task_commit_api()
+    public function task_commit()
     {
     	# 审核成功 入账
     	$where['status'] = 2;
@@ -78,7 +78,7 @@ class Cron
      *
      * @return mixed
      */
-    public function cash_commit_api()
+    public function cash_commit()
     {
     	# 成功
     	$where['status'] = 3;