請先登入,登入後,確認您的權限後,即可觀看影片。
class\Tad_signup_api.php
__construct()
// 判斷有無開設活動的權限 if (!isset($this->user['can_add'])) { $this->user['can_add'] = $_SESSION['can_add'] = $this->powerChk('tad_signup', 1); }
tad_signup_data_index()
// 取得某活動報名名單 public function tad_signup_data_index($action_id) { $action = Tad_signup_actions::get($action_id); $data = ($this->user['tad_signup_adm'] || ($this->user['can_add'] && $action['uid'] = $this->uid)) ? Tad_signup_data::get_all($action_id) : []; return $this->encodeJson($data); }
link to https://github.com/tadlearn/tad_signup/commit/ba59068e313f686cbf9cd4fc38992ad53c818e53 \
進階搜尋
40人線上 (9人在瀏覽線上書籍)
會員: 0
訪客: 40