...
|
...
|
@@ -264,7 +264,7 @@ class Index extends Api |
|
|
public function timeout_cancellation(){
|
|
|
//计算超时时间
|
|
|
$newtime=time()-43200;
|
|
|
$order=Db::name("order")->where("create_time",$newtime)->select();
|
|
|
$order=Db::name("order")->where("create_time",">",$newtime)->select();
|
|
|
print_r($order);
|
|
|
}
|
|
|
} |
...
|
...
|
|