dever 6 лет назад
Родитель
Сommit
9f99e99e50
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      act/lib/Cron.php

+ 5 - 0
act/lib/Cron.php

@@ -8,6 +8,11 @@ class Cron
 {
 	# 清理一小时前的待支付数据
 	public function drop_order_api()
+	{
+
+	}
+
+	public function drop_order()
 	{
 		$where['where_time'] = time() - 3600;
 		Dever::db('act/order')->drop($where);