|
$parent_page_id = Dever::input('parent_page_id', $this->parent_page_id);
|
|
$parent_page_id = Dever::input('parent_page_id', $this->parent_page_id);
|
|
$index = Dever::input('index', 0);
|
|
$index = Dever::input('index', 0);
|
|
$data['code'] = $this->getCode($this->id, $parent_page_id, $page_id, $index, $this->times, $this->day, $this->share_uid, $this->ticket_id);
|
|
$data['code'] = $this->getCode($this->id, $parent_page_id, $page_id, $index, $this->times, $this->day, $this->share_uid, $this->ticket_id);
|