mirror of https://gitee.com/karson/fastadmin.git
'stream_addr'
parent
b2ccc14fae
commit
634c2b9095
|
|
@ -44,6 +44,8 @@ class Live extends Api
|
|||
|
||||
// $pagesize = $this->request->request("per_page");
|
||||
|
||||
print_r($this->request->request("status"));
|
||||
exit();
|
||||
if ($this->request->request("status")) {
|
||||
$where = array(
|
||||
'status' => $this->request->request("status"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue