|
@@ -8,11 +8,6 @@ class Cron
|
|
{
|
|
{
|
|
|
|
|
|
public function drop_order_api()
|
|
public function drop_order_api()
|
|
- {
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- public function drop_order()
|
|
|
|
{
|
|
{
|
|
$where['where_time'] = time() - 3600;
|
|
$where['where_time'] = time() - 3600;
|
|
Dever::db('act/order')->drop($where);
|
|
Dever::db('act/order')->drop($where);
|