dever 6 năm trước cách đây
mục cha
commit
9f99e99e50
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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);