|
@@ -45,6 +45,7 @@ class Cron
|
|
|
$where['pay_type'] = 1;
|
|
|
$this->up($where, $v, 'shop', $num);
|
|
|
}
|
|
|
+ return 'ok';
|
|
|
}
|
|
|
|
|
|
|
|
@@ -63,6 +64,7 @@ class Cron
|
|
|
$where['pay_type'] = '2,3';
|
|
|
$this->up($where, $v, 'shop', $num);
|
|
|
}
|
|
|
+ return 'ok';
|
|
|
}
|
|
|
|
|
|
public function store_api(){}
|