public function get_stair_order_list() { $where = $this->request->getMore([ ['uid', 0], ['data', ''], ['order_id', ''], ['type', ''], ]); return $this->success($this->services->getStairOrderList((int)$where['uid'], $where)); }