dever 6 years ago
parent
commit
9f99e99e50
1 changed files with 5 additions and 0 deletions
  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);